in reply to error : can't locate object method "getAttribute" via package XML::DOM::NodeList
Where do you find the method ->getAttribute documented for a XML::DOM::NodeList? It doesn't make sense to ask for the attributes of a list. Maybe you want to extract the first item from that list and ask for its attribute?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: error : can't locate object method "getAttribute" via package XML::DOM::NodeList
by ankit.tayal560 (Beadle) on Sep 27, 2016 at 08:55 UTC | |
by Corion (Patriarch) on Sep 27, 2016 at 08:59 UTC | |
by ankit.tayal560 (Beadle) on Sep 27, 2016 at 09:11 UTC | |
by Corion (Patriarch) on Sep 27, 2016 at 09:12 UTC |