pub fn escape_text(raw: &str) -> Cow<'_, str>
Replaces characters that need to be escaped in texts.
< –> < > –> > & –> &
<
<
>
>
&
&
This IS NOT usable in other contexts of XML encoding.