Skip to main content

xmlRecoverFile

Function xmlRecoverFile 

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

Recover-parse a document from a file (upstream parser.h).

§UPSTREAM-PARITY

xmlDocPtr xmlRecoverFile(const char *filename);