mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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>
9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
***************************************************************
|
|
|
|
To use mod_transform, add these lines to your httpd.conf:
|
|
|
|
LoadModule transform_module libexec/apache2/mod_transform.so
|
|
AddOutputFilter XSLT xml
|
|
|
|
***************************************************************
|