pub fn decode_xml_bytes(bytes: Vec<u8>) -> SchemaResult<String>Expand description
Decode raw XML bytes into a UTF-8 String, sniffing common Unicode
encodings per XML 1.0 §F.1. See decode_xml_to_utf8_bytes.
pub fn decode_xml_bytes(bytes: Vec<u8>) -> SchemaResult<String>Decode raw XML bytes into a UTF-8 String, sniffing common Unicode
encodings per XML 1.0 §F.1. See decode_xml_to_utf8_bytes.