in reply to Re: XML::LibXML::Reader - wish it had a Simplify function...
in thread XML::LibXML::Reader - wish it had a Simplify function...

XML::Simple Benchmarks with various backends
BEGIN { $ENV{XML_SIMPLE_PREFERRED_PARSER} = 'XML::LibXML::SAX'; }; use XML::Simple;

Replies are listed 'Best First'.
Re^3: XML::LibXML::Reader - wish it had a Simplify function...
by mirod (Canon) on Jul 28, 2009 at 18:46 UTC

    I am not sure that this would solve the problem of "XML that was too big to bring into memory that way.".