pub fn xpath_eval(doc: &Document, src: &str) -> Result<Value, XmlError>
One-shot XPath evaluation against an arena document. Builds a fresh index per call — use XPathContext to amortise.
XPathContext