I did not find getAttribute() method defined in XML::XPath::Node module.Oh, but it is there.
That is a stub, because the node class is not intended to be used directly. It is the motherclass (or superclass or parent class) for all the different element types. You will always get an instance of XML::XPath::Node::Element, XML::XPath::Node::Comment etc. Try print ref($node), "\n"; and see what it says.sub getAttribute { return; }
In reply to Re: getAttribute() of XML::XPath::Node
by holli
in thread getAttribute() of XML::XPath::Node
by mohamedrabeek
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |