Skip to main content

xmlIsXHTML

Function xmlIsXHTML 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlIsXHTML( systemID: *const xmlChar, publicID: *const xmlChar, ) -> c_int
Expand description

Test whether a public/system ID pair is one of the XHTML DTDs.

§UPSTREAM-PARITY

int xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID);