Function decode_xml_entities
pub fn decode_xml_entities(content: &str) -> Cow<'_, str>Expand description
Decode XML character entities in a string
Decodes both named entities (&, <, >, ", ')
and numeric entities (©, ©).