Hello Perl-gurus,

I have made a program that parses through a XML-document using the XML::DT.
My problem is that I have to parse very big files > 2 Gb and the XML::DT is
a bit slow. I split the file and process smaller chunks so that the memory
usage doesn't go through the roof but it still takes way to long to process
all the data.
So my question is:

Is there a better XML-parser than the XML::DT that I can use to transform
XML into perl-variables?

Regards,
Nils-Anders



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to