decode_xml_entities

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 (&amp;, &lt;, &gt;, &quot;, &apos;) and numeric entities (&#169;, &#x00A9;).