Description
Evaluate XPath expressions against ElementTree and lxml documents from Python. It helps XML and document-processing tools select nodes using XPath versions beyond the simplest built-in support.
This is a parser and selector library. Applications should limit and validate untrusted XML or XPath input, because complex expressions and large documents can consume significant resources.