in reply to total noob question about xml parsing
You could try this: XML::Parser::Lite::Tree or this: http://www.kawa.net/works/perl/treepp/treepp-e.html (but you might have to solve manually some dependencies on your very old version of Perl). They certainly don't have all the bells and whistles of full-fledged heavy-weight Dom or Sax XML parsers, but they may possibly get you out of trouble.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: total noob question about xml parsing
by kgovert007 (Novice) on Oct 25, 2014 at 18:56 UTC |