Skip to main content

xmlReadFile

Function xmlReadFile 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlReadFile( URL: *const c_char, encoding: *const c_char, options: c_int, ) -> *mut _xmlDoc
Expand description

Read an XML document from a file.

ยงUPSTREAM-PARITY

xmlDocPtr xmlReadFile(const char *URL, const char *encoding, int options);