tldr/pages/common/xml-unescape.md

366 B

xml unescape

Unescape special XML characters. More information: http://xmlstar.sourceforge.net/docs.php.

  • Unescape special XML characters from a string:

xml unescape "{{<a1>}}"

  • Unescape special XML characters from the standard input:

echo "{{<a1>}}" | xml unescape

  • Display help for the unescape subcommand:

xml escape --help