> Hello. Forgive me if this has come up, I can't
> locate
> anything in the list archives.
>
> I have compiled mod_xslt sucessfully under
> debian/sarge (testing) and it installed the apache2
> mod_xslt.so sucessfully.
>
> Module loads fine with no complaints form apache,
> but
> once I add an XSLT directive such as "XSLTEngine on"
> apache fails to start because it does not recognize
> any of these directives.
>
> Using AddHandler doesn't seem to have an effect
> without turning the engine on first. Although it
> lets
> me do so without error provided the the XSLT
> directives are removed. :(
Love replying to myself. Slight update.
AddOutputFilter and AddHandler work fine provided i
use the "mod-xslt" instead of mxslt_module or some
other variant on that theme. That should be more
clear in the docs. The naming of the SO and other
things are really inconsistent.
I still have the issue that any use of XSLTFoo in the
apache config causes a failure to start.