I'm trying to get the latest mod_xslt working on debian with
the intention of packaging it. The old version available on
debian (0.9) was removed due to the package being
orphaned and serious bugs being filed against it. The mime
type was reported incorectly after transformation leading to
some browsers being unable to view the output, namely
Safari for OS X.
I compiled mod_xslt 2.0.4 against:
libxslt v1.1.2
libxml2 v2.6.7
apache v2.0.48
The module loads fine, but then fails to find stylesheets
~/public_xml % ls -l
lrwxrwxrwx 1 aj aj 43 Dec 28 04:42
examples -> /usr/share/doc/libapache2-mod-xslt/examples/
-rw-r--r-- 1 aj aj 989 Apr 1 07:09 index.xml
-rw-r--r-- 1 aj aj 1640 Apr 1 07:04 index.xsl
Pointing my trusty webbrowser at my very simple index
page yeilds this in the log:
[Tue Apr 06 02:34:32 2004] [error] [client 63.193.118.15]
Could not find valid Stylesheet at: http://xml.daisho.us:80/
index.xsl
It found the stylesheet href in the xml, but then failed to
retrieve the stylesheet somehow.
When I try to retrieve your example xml it can't even find
the href?
[Tue Apr 06 02:31:20 2004] [error] [client 63.193.118.15]
Could not find a Stylesheet at: (null)
Any ideas?