pub fn xml_escape(s: &str) -> String
Escape XML special characters in a string for safe SOAP payload interpolation.
Replaces &, <, >, ", and ' with their XML entity equivalents.
&
<
>
"
'