pub fn validate_xml_input(
bytes: &[u8],
policy: XmlSafetyPolicy,
) -> Result<(), XmlSafetyError>Expand description
Validates one complete XML document without constructing a DOM.
pub fn validate_xml_input(
bytes: &[u8],
policy: XmlSafetyPolicy,
) -> Result<(), XmlSafetyError>Validates one complete XML document without constructing a DOM.