Skip Menu |

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

Report information
The Basics
Id: 88973
Status: resolved
Priority: 0/
Queue: XML-TreeBuilder

People
Owner: Jeff.Fearn [...] gmail.com
Requestors: Jeff.Fearn [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 4.3
Fixed in: 5.0



Subject: Entities in attributes are lost when NoExpand is set
When $NoExpand is set then entities in attributes are lost. e.g. given <doc id="this-&FOO;-attr"> The value for the attribute is "this--attr" not "this-&FOO;-attr" Originally from http://bugs.debian.org/719000
This is a limitation farther down the chain, in XML::Parser or lib expat, I've checked a work around in to devel branch. To git@github.com:jfearn/XML-TreeBuilder.git 6dd7c38..764e1ad HEAD -> devel