Thread

Posted on Thu Mar 30 19:43:25 2006 by ted
error with XML::Twig::XPath findnodes()
I create a twig using XML::Twig::XPath-new( ... ) and when I parse a file with my callback, I get this message when I call findnodes(): perl update_wishlist_archive.pl using findnodes() using findnodes() Can't locate object method "node_cmp" via package "XML::Twig::Elt" at ... XPath.pm line 17. It works the first couple of times and then it fails. Sorry this is so vague but I was wondering if anyone had seen this before and had a suggestion. Thanks, Ted
Direct Responses: 2116 | Write a response
Posted on Fri Apr 7 17:12:34 2006 by mirod in response to 2083
Re: error with XML::Twig::XPath findnodes()
Which versions of XML::Twig and XML::XPath are you using? If you could post (or send me, I don't read this forum much) a short piece of code and data showing the problem, there would be a better chance for me to figure out what the problem is. Thanks -- mirod
Direct Responses: 2118 | Write a response
Posted on Fri Apr 7 17:16:57 2006 by ted in response to 2116
Re: error with XML::Twig::XPath findnodes()
It is working. Sorry for the false alarm.
Write a response