pub unsafe fn xinclude_process(doc: *mut _xmlDoc) -> c_intExpand description
Process all <xi:include> elements in a document, replacing them with
content from the referenced resources.
Returns the number of XInclude nodes processed, or -1 on failure.
ยงSAFETY
doc must be a valid pointer to a parsed _xmlDoc, or NULL.