-
Notifications
You must be signed in to change notification settings - Fork 3
XSLT Transformation Filter for Apache 2
License
OutOfOrder/mod_transform
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
mod_transform - XSLT and XIncludes Output filter for Apache 2 Homepage: http://www.outoforder.cc/projects/apache/mod_transform/ Prerequisites: libxslt >= 1.1.5 http://xmlsoft.org/XSLT/ libxml >= 2.6.11 http://xmlsoft.org/ Apache HTTPd >= 2.0.40 http://httpd.apache.org/ mod_depends >= 0.6.0 http://www.outoforder.cc/ Building: Run: $ ./configure --with-apxs=/usr/sbin/apxs $ make $ make install Configuration: Edit httpd.conf and add: LoadModule transform_module modules/mod_transform.so Simple usage: AddOutputFilter XSLT xml To make all xml files be processed by this filter. Use the following to load the http plugin: TransformLoadPlugin http General plugin loading syntax: TransformLoadPlugin PLUGIN_NAME [ARG1 ...]]
About
XSLT Transformation Filter for Apache 2
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published