On Jun 25, 5:29 am, [EMAIL PROTECTED] (Prabu Ayyappan) wrote: > Have you tried XML::XPath for this one.It may help you.
As far as I can tell, XML::XPath is not supported any more (look at its RT list at http://rt.cpan.org/Public/Dist/Display.html?Name=XML-XPath). If you want to go that route, use XML::LibXML, which is very similar, except that it's faster, a LOT more powerfull, and much less buggy. The drawback is that you have to install libxml2 to use it, but that should not be too difficult these days. -- mirod -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/