![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: Help with Parsing XML outputby DrHyde (Prior) |
on Aug 12, 2014 at 10:09 UTC ( #1097095=note: print w/replies, xml ) | Need Help?? |
It sounds like you don't really want to parse the XML, you want to extract particular bits of data from it. These are subtlely different tasks. IME the best tool for extracting bits of information from XML in perl is XML::XPath.
In Section
Seekers of Perl Wisdom
|
|