9 lines
275 B
Text
9 lines
275 B
Text
|
***************************************************************
|
||
|
|
||
|
To use mod_transform, add these lines to your httpd.conf:
|
||
|
|
||
|
LoadModule transform_module libexec/apache2/mod_transform.so
|
||
|
AddOutputFilter XSLT xml
|
||
|
|
||
|
***************************************************************
|