pub unsafe fn xinclude_process_flags(doc: *mut _xmlDoc, flags: c_int) -> c_intExpand description
Process XInclude nodes with flags.
Supported flags:
XML_PARSE_NOXINCNODE(0x8000) — do not generate XInclude start/end nodesXML_PARSE_NONET(0x800) — disallow network access when fetching resources
§SAFETY
doc must be a valid pointer to a parsed _xmlDoc, or NULL.