xml: changes requested by marchersimon,

which undo the "the" changes previously made for sbrl.
The `select`, `edit`, and `transform` subcommands are not yet ready.
This commit is contained in:
Daniel Birket
2021-08-20 21:33:37 -04:00
committed by Starbeamrainbowlabs
parent 4f79b0d5d1
commit 82f626c693
10 changed files with 37 additions and 36 deletions

View File

@@ -1,13 +1,13 @@
# xml unescape
> Unescape special XML characters.
> 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 the standard input:
- Unescape special XML characters from stdin:
`echo "{{&lt;a1&gt;}}" | xml unescape`