4747781ba0
Transformations on either static XML documents, or XML documents generated from another Apache module or CGI program. PR: ports/74787 Submitted by: Stanislas Ormieres <stan@stormier.net>
8 lines
275 B
Text
8 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
|
|
|
|
***************************************************************
|