
toolic
User
Sep 11, 2009, 10:08 AM
Post #2 of 2
(1008 views)
|
|
Re: [wingsof5r] How to process 3GB size of XML files?
[In reply to]
|
Can't Post
|
|
I have no idea if it is the best at handling large files, but I have used XML::Twig for all my general-purpose XML parsing, and it is advertised as "A perl module for processing huge XML documents in tree mode." http://search.cpan.org/dist/XML-Twig/ I find it easier to use than any other CPAN XML parser module I have tried. It has good documentation, and its webpage has several examples.
|