Skip to main content

xinclude_process

Function xinclude_process 

Source
pub unsafe fn xinclude_process(doc: *mut _xmlDoc) -> c_int
Expand 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.