tldr/pages/common/xml-unescape.md

17 lines
359 B
Markdown
Raw Normal View History

# xml-unescape
> Un-escape special XML characters.
2021-08-15 12:19:09 +01:00
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- Unescape special XML characters from a string:
`xml unescape {{"&lt;a1&gt;"}}`
- Unescape special XML characters from standard input:
`echo {{"&lt;a1&gt;"}} | xml unescape`
- Display help for `unescape` subcommand:
`xml escape --help`