XML-entity-escape a raw string and brand the result as safe for XML interpolation. Escapes &, <, >, ", and '.
&
<
>
"
'
Untrusted string (user input, file content, etc.)
Branded SafeXmlString safe for use in XML templates
XML-entity-escape a raw string and brand the result as safe for XML interpolation. Escapes
&,<,>,", and'.