in reply to Re^4: Missing Node.PM in XML::LibXML v1.69in thread Missing Node.PM in XML::LibXML v1.69
I'm guessing
->getFirstChild()->nodeValue() [download]
could be replaced with
->textContent() [download]