Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

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

by ramya2005 (Scribe)
on Aug 16, 2005 at 22:28 UTC ( [id://484263]=note: print w/replies, xml ) Need Help??


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

I am sorry! That was a typo created when I copied the code and pasted it in Perl Monks editor. It is one $. And still the problem exists...
But I realized that I am doing 'new' in a loop and that's why I am loosing the data.
Can someone suggest me how to correct it?
Is there a way to create new Xml::Twig and set the handler later?
Thanks!
  • Comment on Re^3: Problem in parsing XML file using XMl::Twig

Replies are listed 'Best First'.
Re^4: Problem in parsing XML file using XMl::Twig
by davidrw (Prior) on Aug 16, 2005 at 22:35 UTC
    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).
      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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://484263]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found