pub fn parse_bytes_with_recovered(
input: &[u8],
opts: &ParseOptions,
) -> (Result<Document, XmlError>, Vec<XmlError>)Expand description
Recovery-mode sibling of parse_bytes. See
parse_str_with_recovered for semantics.
pub fn parse_bytes_with_recovered(
input: &[u8],
opts: &ParseOptions,
) -> (Result<Document, XmlError>, Vec<XmlError>)Recovery-mode sibling of parse_bytes. See
parse_str_with_recovered for semantics.