a couple of weeks ago, I requested help from the list as regards the
migration from Apache 1.3. to 2.0.55, and learned that the syntax is
quite different, but otherwise no problems should occur.
Well, I have spent some time trying to make my very simple setup work,
but so far had no success. Here's the scenario (all this running on
Debian sarge):
I tried mixtures of these directives or all of them, reloading apache
in between, of course. I removed to IfModule elements as to find out
whether the module is loaded (it is), but none was caused.
Trying the transformation on the commandline using modxslt-parse, it works:
<?xml version="1.0"?>
<h1>Hello World!</h1>
<!--
-* Generated by mod-xslt 1.3.8; http://www.mod-xslt2.com/
-* Copyright (C) 2002,2003 Carlo Contavalli - <ccontavalli at masobit.net>
-* derived from work by Philipp Dunkel and others
(http://www.mod-xslt2.com/main/credits.xml)
-* Thanks to http://www.masobit.net/ for paying me while working on mod-xslt
-* and for providing resources to the project. -->
The same file in the browser simply displays the original XML, without
any transformation. No output in the access and error log files ...