Skip to main content

xml_parse_dtd

Function xml_parse_dtd 

Source
pub fn xml_parse_dtd(
    buffer: &[u8],
    public_id: Option<&str>,
    system_id: Option<&str>,
) -> Result<XmlDtd, XmlError>
Expand description

xmlParseDTD — parse a DTD from memory (caller already loaded the bytes).