pub fn parse_xpath(src: &str) -> Result<Expr, XmlError>
Parse an XPath 1.0 expression string into its AST representation using the default strict options. See parse_xpath_with to opt into libxml2-compatible lexing.
parse_xpath_with