in reply to Re: XML Parsing
in thread XML Parsing
The only bad thing about Tree mode is that the resultant data structure is rather difficult to understand, in my opinion. It's certainly not going to give you a nice hash to play around with. :) But if you feel like figuring out how the tree is structured, that may be your best option.
There are some other modules that use tree representations: XML::Grove, XML::Twig, and XML::DOM. These are all discussed in that article I posted before.
|
---|
Replies are listed 'Best First'. | |
---|---|
Parse XML file encoded in ISO-8859-1
by madhavim (Initiate) on Jan 22, 2008 at 13:28 UTC | |
by Joost (Canon) on Jan 22, 2008 at 13:41 UTC |