I am encountering a problem with my XSLT transformation. First of
all, I'm using Apache2. In my apache2.conf file I tried to put
"AddHandler modxslt .xml" and I get an "Error during XSLT
transformation: XSLT transformation failed." in my web browser, but
when I put "SetOutputFilter mod-xslt" under the directory directive,
it works perfectly fine. I want to to have the "AddHandler modxslt
.xml" option under my apache2.conf so mod-xslt can transform all XML
files under the webserver. Any help would be great.