summaryrefslogtreecommitdiff
blob: 863b50d39b8911eb1ec2afa840ee07f66ad5c6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<IfDefine XSLT>
  <IfModule !mod_xslt.c>
    LoadModule mod_xslt    extramodules/mod_xslt.so
  </IfModule>
</IfDefine>

<IfModule mod_xslt.c>

AddOutputFilter mod-xslt .xml

<Location _REPLACE_ME_>
    SetOutputFilter mod-xslt
</Location>

</IfModule>
   
#<Directory "/home/httpd/htdocs">
#    AddOutputFilterByType mod-xslt text/xml
#</Directory>