xml-unescape
Decode XML entities to characters
TLDR
Unescape XML entities
$ xml unescape "[<text>]"
Unescape from stdin$ echo "[<text>]" | xml unescape
SYNOPSIS
xml unescape [options] [text]
DESCRIPTION
xml unescape converts XML entities back to characters. Part of xmlstarlet toolkit. Decodes < > & ' " to their original characters.
PARAMETERS
text
Text with XML entities.
SEE ALSO
xml-escape(1), xml-format(1)
