in reply to Record based XML stream processing?

For stream-based XML processing you should probably be looking at XML::SAX. XML::LibXML and XML::Parser also support this mode.

And mirod will almost certainly be along very soon to show you how to do it with XML::Twig :)

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re: Record based XML stream processing?