-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
31 lines (23 loc) · 824 Bytes
/
README
File metadata and controls
31 lines (23 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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 ...]]