in reply to
Re^2: XML::Parser error
in thread
XML::Parser error
I'm partial to
XML::Rules
. Others like
XML::Twig
. Either is good if the docs are large and you should be processing the doc as you read it.
XML::LibXML
can be appropriate also (XPath support is great if you need that sort of thing).
Comment on
Re^3: XML::Parser error
In Section
Seekers of Perl Wisdom