XML Escape Tool
In XML text and attribute values, we need to escape ASCII characters like the angle brackets/semicolon/single quote/double quotes. XML Escape Tool can escape/unescape XML characters easily and quickly. it is FREEWARE.
Characters to be escaped:
| Original | Escaped |
| ' | ' |
| " | " |
| & | & |
| < | < |
| > | > |