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?