logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XML Unescape - Convert Special XML Characters | Online Free DevTools by Hexmos

Unescape XML characters with XML Unescape tool. Convert encoded XML entities to readable text with this simple command. Free online tool, no registration required.

xml-unescape

Unescape special XML characters, e.g. &lt;a1&gt;<a1>. More information: https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139540960.

  • Unescape special XML characters from a string:

xml {{[unesc|unescape]}} "{{&lt;a1&gt;}}"

  • Unescape special XML characters from stdin:

echo "{{&lt;a1&gt;}}" | xml {{[unesc|unescape]}}

  • Display help:

xml {{[esc|escape]}} --help

See Also