Skip Menu |

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

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

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

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



Subject: runtime error when calling nodeName on XML::LibXML::CDATASection
perl = 5.6.1 os = FreeBSD 4.5 libxml2 = 2.4.23 when calling nodeName on a XML::LibXML::Text node, the string 'text' is returned. when calling nodeName on a XML::LibXML::CDATASection node, a runtime error is encountered with the message 'lost the name!'. should it not return 'cdata' or the like?