XSLT transformation module for Apache2

Abstract

mod_transform is a filter module which enables Apache2 to perform dynamic XSLT transformations on either static XML documents, XML documents generated by another Apache module or XML documents produced by a CGI program.

This version of mod_transform was based on previous work by OutOfOrder.cc and WebÞing. We would therefore like to thank the previous authors Nick Kew, Edward Rudd, Paul Querna and Christian Parpart for their work on this project.

Notable new features include the PreventRecursion option (to prevent documents included with xinclude or use of the document() function being subjected to processing) and improved XSLT error handling.

Contents