Herramientas XML
XML unescape
Try it
Unescape XML entities.
Loading…
How to use this tool, examples, and related tips.
Paste your XML-escaped string into the input field.
The tool replaces all XML entity references — &, <, >, ", ', and numeric references — with their literal characters.
Copy the unescaped string for reading, editing, or further use.
XML unescaping reverses the XML escaping process. When text is embedded in XML, reserved characters are replaced with entity references to prevent them from being interpreted as markup. XML unescaping converts those references back to their original characters — < becomes <, & becomes &, and so on. This is identical in output to XML decoding; the terms are interchangeable. Use this tool when you've extracted a string from an XML document and need to work with its original content rather than its escaped form.
Extracting readable content from XML — After pulling a text node or attribute value from XML, unescape it to get the original string.
Processing XML feed content — RSS item descriptions and titles are often entity-escaped; unescape them before rendering or storing.
Debugging escaped strings — When a string in a log or payload looks like it contains XML entities, unescape it to read the original content.
Reversing programmatic escaping — When a library has XML-escaped a string and you need the raw value back.
Answers about this tool and how your data is handled.
They are the same operation. Both convert XML entity references back to literal characters. The tools may be presented separately for discoverability but produce identical output.
The five predefined XML entities (&, <, >, ", ') and numeric character references in decimal (<) and hexadecimal (<) form.
Unrecognized or malformed entity references may be left as-is or flagged, depending on the parser. Standard XML only defines five named entities — anything else requires a DTD or is not valid XML.
No. It runs entirely in your browser. Nothing is uploaded.
This tool is designed for string values. For processing a full XML document, use the XML formatter or XML validator.
Primero la misma categoría, luego otras utilidades.
Herramientas XML
Unescape XML entities.