Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/doriantaylor/mod-transform-hacks

Where I keep my hacks to http://www.outoforder.cc/projects/httpd/mod_transform/
https://github.com/doriantaylor/mod-transform-hacks

Last synced: 24 days ago
JSON representation

Where I keep my hacks to http://www.outoforder.cc/projects/httpd/mod_transform/

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