Skip to main content

xml_xinclude_process

Function xml_xinclude_process 

Source
pub fn xml_xinclude_process<F>(
    doc: &mut XmlDoc,
    loader: F,
) -> Result<i32, XmlError>
where F: FnMut(&str) -> Result<Vec<u8>, String>,
Expand description

xmlXIncludeProcess with a caller resource loader.