in reply to Re^7: XML::LibXML - parsing question!!
in thread XML::LibXML - parsing question!!

No problems on this machine either

$ perl -MXML::LibXML -le'print for $XML::LibXML::VERSION, XML::LibXML: +:LIBXML_DOTTED_VERSION' 1.70 2.6.32

Same backend, so this was expected.

Replies are listed 'Best First'.
Re^9: XML::LibXML - parsing question!!
by MarkovChain (Sexton) on Dec 22, 2009 at 15:59 UTC

    Hmm I am at the end of the road here... validated everything and it still fails.... finally checked my XML::LibXML::LIBXML_DOTTED_VERSION

    $perl -MXML::LibXML -le 'print for $XML::LibXML::VERSION, XML::LibXML: +:LIBXML_DOTTED_VERSION' 1.70 2.6.16

    Will try upgrading my libxml2 libraries...