in reply to Re^3: Incremental XML parsing
in thread Incremental XML parsing

XML::LibXML offers a different interface to parse incrementally the XML, look into XML::LibXML::Reader.
It's like nobody's reading the entire thread. I specifically asked about using XML::LibXML::Reader in my OP.

Replies are listed 'Best First'.
Re^5: Incremental XML parsing
by Anonymous Monk on Feb 05, 2012 at 12:18 UTC

    It's like nobody's reading the entire thread. I specifically asked about using XML::LibXML::Reader in my OP.

    You also asked Or is there a better alternative?