For an ElementTree instance , use this method
call to evaluate an XPath expression ET, using the tree's
root element as the context node.
s
ET.xpath (s)
This methods returns the result of the XPath expression. For a general discussion of XPath, see Section 9, “XPath processing”.