pub fn xml_escape(s: &str) -> String
Escape a string for safe embedding in XML content.
Handles the five standard XML entities plus control characters that are invalid in XML 1.0 (everything below U+0020 except \t, \n, \r).
\t
\n
\r