Skip to main content

xmlSAXParseFile

Function xmlSAXParseFile 

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

Parse an XML file (SAX1).

ยงUPSTREAM-PARITY

xmlDocPtr xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, int recovery);