mod_transform is a filter module that allows Apache 2 to do dynamic XSL Transformations on either static XML documents, or XML documents generated from another Apache module or CGI program.
Previous html-xslt development at http://
Previous development at http://
Changes
=======
* Removed dependency on mod_depends
* Removed the long deprecated XPath HTTP get() function
* Removed the http namespace functions and plugin system
* Removed dependency on libapreq2
* Removed the parameter support for now
* Development moved to http://
The reduced dependencies mean it now builds on Mac.
TODO
=====
* document() includes are always parsed using the XMLParser. The HTMLParser should be used when enabled.
* Redo the XSLT Parameter support
* Make a release that can be packaged by distributions
View full history Series and milestones
trunk series is the current focus of development.