in reply to
Re: XML::Parser Tutorial
in thread
XML::Parser Tutorial
The easiest thing to do would be to
not use XML::Parser directly
. Otherwise you'd have to keep track of what start/end tags you've seen.
Comment on
Re^2: XML::Parser Tutorial
Replies are listed 'Best First'.
Re^3: XML::Parser Tutorial
by
Anonymous Monk
on Apr 24, 2013 at 20:01 UTC
Yes perfect! I knew there had to be a better way. Thanks!
[reply]
In Section
Tutorials