Hello monks
I am using Xml::Xpath module for getting data from an XML file
but i am not sure how to get the attribute values using XPath module
I saw some where that they used getAttribute method to get the attribute functions
when i started using that function in my code is gives me error
Can't locate object method "getAttribute" via package "XML::XPath::NodeSet" at C:\Perl\try1.pl line 13.
this module is not available in ppm
can any one give me any suggestion
Thanks