blob: e4e9a81483c872ea46122954fc60be24b0b5ea8d (
plain)
1
2
3
4
5
6
7
8
9
|
<IfDefine TRANSFORM>
LoadModule transform_module modules/mod_transform.so
AddOutputFilter XSLT xml
# In order to load the http plugin, uncomment the following:
# TransformLoadPlugin http
</IfDefine>
# vim:syntax=apache
|