in reply to
Re: Filtering large XML files
in thread
Filtering large XML files
XML::LibXML::Reader
is kind of a SAX for
XML::LibXML
. It allows you to process the XML stream, but you can ask it any time to parse the current node and return its corresponding
XML::LibXML
object.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
Comment on
Re^2: Filtering large XML files
In Section
Seekers of Perl Wisdom