Function decode_xml_str

Source
pub fn decode_xml_str(
    input: &[u8],
    lossy: bool,
) -> IResult<&[u8], Cow<'_, str>, VerboseError<&[u8]>>