Skip to main content

xml_xpath_eval

Function xml_xpath_eval 

Source
pub fn xml_xpath_eval(
    expr: &str,
    ctx: &XmlXPathContext<'_>,
) -> Result<XPathObject, String>
Expand description

xmlXPathEval / xmlXPathEvalExpression.