please find the attached xml file.
please suggest.

regards
irfan



The file attached does not match the sample XML file you included in your email.

The string passed to findnodes() is called an "XPath Selector" - you will need to adjust that to match the actual path of the elements you want to retrieve from your XML Document.

W3Schools has a tutorial on XPath at http://www.w3schools.com/xpath/

You want to find the path expression that describes "Selects nodes in the document from the current node that match the selection no matter where they are"

--L


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to