Skip to main content

xml_read_memory

Function xml_read_memory 

Source
pub fn xml_read_memory(
    buffer: &[u8],
    url: Option<&str>,
    encoding: Option<&str>,
    options: i32,
) -> Result<XmlDoc, XmlError>
Expand description

xmlReadMemory.