in reply to Easy XML-parser that can handle large file?
instead of XML::Simple use XML::Rules, see more about xml rules
Then there is XML::Twig Quick Reference and XML::LibXML
HTML::TreeBuilder::XPath or XML::LibXML with tools like xpather.pl/htmltreexpather.pl which can give you paths to start with, and all the links here Re: Retrieve select information from HTML, they're examples(for tree-xpath and others)/walkthroughs/tutorials ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Easy XML-parser that can handle large file?
by choroba (Cardinal) on Sep 11, 2014 at 07:52 UTC |