pub fn decode_xml(
xml: &str,
) -> Result<(String, BTreeMap<String, FieldValue>), CodecError>Expand description
Decode XML zurueck in eine Sample-Map. Spec §6.4.
§Errors
Parse/InvalidValue/NoSampleRoot/InvalidHex.
pub fn decode_xml(
xml: &str,
) -> Result<(String, BTreeMap<String, FieldValue>), CodecError>Decode XML zurueck in eine Sample-Map. Spec §6.4.
Parse/InvalidValue/NoSampleRoot/InvalidHex.