Skip to main content

xinclude_process_flags

Function xinclude_process_flags 

Source
pub unsafe fn xinclude_process_flags(doc: *mut _xmlDoc, flags: c_int) -> c_int
Expand description

Process XInclude nodes with flags.

Supported flags:

  • XML_PARSE_NOXINCNODE (0x8000) — do not generate XInclude start/end nodes
  • XML_PARSE_NONET (0x800) — disallow network access when fetching resources

§SAFETY

doc must be a valid pointer to a parsed _xmlDoc, or NULL.