Here is the pretty simple code.
I've dumped XML file into Perl's data structure using XMLin() which itself is taking so much of time.
Rest of the other processing to extract the data is not taking much time for me..
use strict; use warnings; use XML::Simple; use XML::LibXML; my $XML_FILE = 'sample.xml'; # Dump of the XML file in Perl's Data Structures my $mldata = XMLin($XML_FILE);
In reply to Re^2: Parse XML of large size
by kalyanrajsista
in thread Parse XML of large size
by kalyanrajsista
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |