http://www.perlmonks.org?node_id=1000114


in reply to Re^2: change setHandlers XML::Parser
in thread change setHandlers XML::Parser

You can ask XML::Twig to give you just the tag(s) you are interested in (twig_root) and handle them by a custom subroutine. Or you can have a look at XML::Rules and basically do the same. Or if you were so inclined use XML::LibXML::SAX.

Jenda
Enoch was right!
Enjoy the last years of Rome.

Replies are listed 'Best First'.
Re^4: change setHandlers XML::Parser
by etlamar (Novice) on Oct 20, 2012 at 11:24 UTC

    Thanks very much to you both. I will try XML::Twig. I might come back with additional posts if I get stumped, but it sounds like that module will do the trick.

    Thanks again

    etlamar

      XML::Twig worked like a charm!

      Thanks again very much!

      etlamar