mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL Transformations on either static XML documents, or XML documents generated from another Apache module or CGI program.
mod_transform module originated from mod_xml_gnome_xslt by Webing.
Requirements:
· libxml2 >= 2.6.11
· libxslt >= 1.1.5
· Apache HTTPd >= 2.0.40
What's New in This Release:
· Relative Paths can now be used from XInclude and XSLT. PR #2.
· New Directive: TransformAnnounce
· New Directive: TransformOptions
· ApacheFS: All file access by libXML2 can now be overlayed onto the Apache Document Root. This provides compatibility with how Apache AxKit operates.
· EXSLT is now enabled.
· Mac OS X: Fix build and make install.
· General code cleanup and organization.
Product's homepage