in reply to XML::Parser reader

XML::Parser is a little too raw for my taste.
What problems did you have with XML::Simple?
Have you tried XML::Twig?
What else will you be doing with this document?

Replies are listed 'Best First'.
Re^2: XML::Parser reader
by nevafuse (Novice) on Mar 06, 2009 at 18:07 UTC
    The problems I had with XML::Simple is I was using par to compile it into an exe, and it isn't compiling correctly. So I had to find another way to either parse a web address or parse a string. And XML::Parser seems to be the only other one I've found so far that will parse a string. I just need to read the data, nothing too complex.