in reply to XML::Simple - how to select keys while parsing?
Apparently, XML::Simple is now deprecated in favour of XML::LibXML; For what you're trying to do, it looks like the appropriate method is getElementsByTagName, found in XML::LibXML::Document.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Simple - how to select keys while parsing?
by Jenda (Abbot) on Oct 09, 2013 at 18:18 UTC |