Subject: | Broken callback handlers with libxml >= 2.6.0 |
Likely because of the big changes from libxml 2.5.11 to 2.6.0 the callback handlers are broken with all current versions of XML::LibXML including CVS. This affects all AxKit users who use xsl:import, xsl:include or similar elements which contain relative URIs for example. The AxKit defined LibXML callbacks are ignored and the path translation filesystem/apache-documentroot does not happen.
To workaround that problem it is possible to either use an xml:base attribute to specify the path to the apache-documentroot, or use the complete filesystempath in the AxKit handled includes.