in reply to Re: XML::Parser error
in thread XML::Parser error

Thanks. That helped how to fix for now. Any suggestions on what higher level module would be good to use? Basically I am parsing XML files delivered every 15 minutes to my server to parse and load into the DB. I looked around when developing and didn't really see anything that would fit that. Maybe I didn't look hard enough though.

Replies are listed 'Best First'.
Re^3: XML::Parser error
by runrig (Abbot) on Sep 11, 2013 at 22:02 UTC
    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).