XML Escape & Unescape - Tool Overview
Escape reserved XML characters (&, <, >, ", ') into XML entities and numeric references, and decode entity strings back to raw XML.
Category: encoders-and-decoders
Best used when: Use this tool when embedding dynamic text content inside XML tags or attributes, constructing SOAP XML envelopes, or fixing XML parsing errors caused by unescaped ampersands.
Summary: Escape reserved XML characters (&, <, >, ", ') into XML entities and numeric references, and decode entity strings back to raw XML.