An open API service indexing awesome lists of open source software.

https://github.com/madhacking/mod_transform

Filter module that allows Apache2 to perform dynamic XSL transformations.
https://github.com/madhacking/mod_transform

Last synced: 3 months ago
JSON representation

Filter module that allows Apache2 to perform dynamic XSL transformations.

Awesome Lists containing this project

README

        

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 ...]]