NAME
XML::DOM2::XPath
DESCRIPTION
Provides the required methods for XPath
TODO
see http://www.w3.org/TR/xpath
METHODS
getElementByXPath
Returns an element by XPath, This is still under development not all xpath rules may work correctly.
$element->getElementByXPath('/Blah/Foo/Bar');
AUTHOR
Martin Owens, doctormo@postmaster.co.uk
SEE ALSO
perl(1), XML::DOM2, XML::DOM2::Element
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html DOM at the W3C