Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 4518
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: PEPL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.56
Fixed in: (no value)



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.
Fixed in CVS by reenabling xmlRegisterInputCallbacks in LibXML_init_parser.