Files
tldr/pages/common/xml-unescape.md
Daniel Birket 82f626c693 xml: changes requested by marchersimon,
which undo the "the" changes previously made for sbrl.
The `select`, `edit`, and `transform` subcommands are not yet ready.
2021-08-24 21:50:43 +01:00

17 lines
382 B
Markdown

# xml unescape
> Unescape special XML characters, e.g. `&lt;a1&gt;` -> `<a1>`.
> 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 stdin:
`echo "{{&lt;a1&gt;}}" | xml unescape`
- Display help for the `unescape` subcommand:
`xml escape --help`