in reply to Re^2: Parse XML of large size
in thread Parse XML of large size

BTW, use XML::LibXML is superfluous here, as you're not actually using it anywhere in the code...

Replies are listed 'Best First'.
Re^4: Parse XML of large size
by kalyanrajsista (Scribe) on Dec 01, 2009 at 12:33 UTC

    I'm sorry for that. I'm using XML::LibXML to validate my XML against the XSD. I've removed the code while posting.