Escape XML Strings
Sponsored Link:
Escaping XML String lets you put these texts directly into XML document without being interpreted as XML data.
You can also unescape the code using this page.
These entities are always escaped:
'
is replaced with'
or'
"
is replaced with"
or"
&
is replaced with&
or&
<
is replaced with<
or<
>
is replaced with>
or>
Sponsored Link: