freebsd-ports/www/mod_transform/pkg-message
Pav Lucistnik 4747781ba0 Add mod_transform, a filter module that allows Apache 2.0 to do dynamic XSL
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>
2004-12-08 21:27:24 +00:00

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
***************************************************************