in reply to Re: How to exclude certain blocks of an XML file using Perl and XML::Parser
in thread How to exclude certain blocks of an XML file using Perl and XML::Parser

Thanks for the info. Yeah, I know the format is a bit bizarre. Plus, I just checked and I don't have XML::Twig available (it looks like it has much more functionality). I appreciate your response.
  • Comment on Re: How to exclude certain blocks of an XML file using Perl and XML::Parser

Replies are listed 'Best First'.
Re^2: How to exclude certain blocks of an XML file using Perl and XML::Parser
by mirod (Canon) on Feb 13, 2009 at 08:46 UTC

    XML::Twig is pure Perl, so you can just stick Twig.pm (from the XML-Twig distribution) somewhere, add a use lib 'somewhere'; in your code, and use it.