http://qs321.pair.com?node_id=484264


in reply to Re^3: Problem in parsing XML file using XMl::Twig
in thread Problem in parsing XML file using XMl::Twig

Is there a way to create new Xml::Twig and set the handler later?
Looking at the POD (i haven't actually tried it) for XML::Twig it looks like you can use the setTwigHandlers ($handlers) method (note there are several set*Handler*() methods).

Replies are listed 'Best First'.
Re^5: Problem in parsing XML file using XMl::Twig
by ramya2005 (Scribe) on Aug 16, 2005 at 22:41 UTC
    I went through the XML::Twig help page and figured out the use of setTwigHandlers().
    But my problem still exists! The changes that I made to $filter_tree is not preserved, only the last change is seen outside the loop.
    Any help in fixing this will be much appreciated!