in reply to Re: Trees in XML
in thread Trees in XML

I am aware of other modules out there but the literature I have read suggests that XML::Parser is best suited to me. I am keen to stick to using this module.

I also do not manage the computer I work on and so installing extra modules is not simple and very time consuming. I would rather stick to XML::Parser. Any help on how to access the data out of the array?
Would it be like a normal array? In which case I could use a while loop and $data[0] references?

any help would be super

Replies are listed 'Best First'.
Re^3: Trees in XML
by Anonymous Monk on Jun 03, 2008 at 13:44 UTC
    TreeBuilder and Twig are pure-perl modules, which use XML::Parser for their work.