Skip to main content

xmlParseFile

Function xmlParseFile 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlParseFile( filename: *const c_char, ) -> *mut _xmlDoc
Expand description

Parse an XML file (DOM).

ยงUPSTREAM-PARITY

xmlDocPtr xmlParseFile(const char *filename);