pub unsafe fn xml_xinclude_process_tree_flags_data(
tree: XmlNodePtr,
flags: i32,
data: *mut c_void,
) -> i32Expand description
Implement the XInclude substitution on the XML node @tree
Returns 0 if no substitution were done, -1 if some processing failed or the number of substitutions done.