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.
- Host: GitHub
- URL: https://github.com/madhacking/mod_transform
- Owner: MADhacking
- License: gpl-3.0
- Created: 2015-01-29T00:53:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T00:54:09.000Z (over 10 years ago)
- Last Synced: 2025-01-24T21:32:33.315Z (5 months ago)
- Language: C
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 installConfiguration:
Edit httpd.conf and add:
LoadModule transform_module modules/mod_transform.soSimple usage:
AddOutputFilter XSLT xml
To make all xml files be processed by this filter.Use the following to load the http plugin:
TransformLoadPlugin httpGeneral plugin loading syntax:
TransformLoadPlugin PLUGIN_NAME [ARG1 ...]]