Skip to main content

xml_read_doc

Function xml_read_doc 

Source
pub fn xml_read_doc(
    cur: &str,
    url: Option<&str>,
    encoding: Option<&str>,
    options: i32,
) -> Result<XmlDoc, XmlError>
Expand description

xmlReadDoc.