
which undo the "the" changes previously made for sbrl. The `select`, `edit`, and `transform` subcommands are not yet ready.
17 lines
382 B
Markdown
17 lines
382 B
Markdown
# xml unescape
|
|
|
|
> Unescape special XML characters, e.g. `<a1>` -> `<a1>`.
|
|
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
|
|
|
- Unescape special XML characters from a string:
|
|
|
|
`xml unescape "{{<a1>}}"`
|
|
|
|
- Unescape special XML characters from stdin:
|
|
|
|
`echo "{{<a1>}}" | xml unescape`
|
|
|
|
- Display help for the `unescape` subcommand:
|
|
|
|
`xml escape --help`
|