Skip Menu |

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

Report information
The Basics
Id: 71180
Status: resolved
Priority: 0/
Queue: XML-Bare

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: srezic [...] iconmobile.com
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.45
Fixed in: (no value)



Subject: Entity handling
It seems that XML::Bare does not do any named/numeric entity handling, which may lead to problems. For example, in the below XML text both foo elements contain "&" as its text values. But when parsing with XML::Bare one shows up as "&amp;" and the other as "&". <root> <foo>&amp;</foo> <foo><![CDATA[&]]></foo> </root> Regards, Slaven
This should be fixed in 0.47, although numeric entity handling is not performed. [the bare minimum of handling is done]