1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/common/xml-unescape.md
2021-08-24 21:50:43 +01:00

393 B

xml-edit

XMLStarlet toolkit: Un-escape special XML characters. More information: https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf.

  • Unescape special XML characters from a string:

xml unescape {{"<a1>"}}

  • Unescape special XML characters from standard input:

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

  • Display help for unescape subcommand:

xml escape --help