![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: XML access the REPEATING NODE VALUESby Anonymous Monk |
on Jun 26, 2018 at 12:52 UTC ( #1217434=note: print w/replies, xml ) | Need Help?? |
When an XSLT query, as supported by XML::LibXML would accomplish this task with no Perl custom-programming at all, the use of Simple is, simply, unjustifiable. The LibXML package uses an industry-standard binary library to do any sort of XML manipulation that you may require. (And, if the XML file is so enormous that you simply can't parse it into memory, use XML::Twig.) Don't use anything else today.
In Section
Seekers of Perl Wisdom
|
|