in reply to XML Parsing Woes
If you're trying to build a data structure, then why not use XML::Parser in Tree mode (or XML::Simple). This will give you a data structure that models the XML document and your problem then becomes converting one Perl data structure into another.
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML Parsing Woes
by Anonymous Monk on Aug 05, 2004 at 14:33 UTC | |
by merlyn (Sage) on Aug 05, 2004 at 14:38 UTC | |
by Anonymous Monk on Aug 06, 2004 at 17:37 UTC |