http://www.perlmonks.org?node_id=1030474


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.

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!