pub fn parse_xpath_with(
src: &str,
opts: &XPathOptions,
) -> Result<Expr, XmlError>Expand description
Parse an XPath expression with explicit XPathOptions. Today
the only knob that affects parsing is libxml2_compatible, which
makes the lexer accept exponent-notation in number literals.