xml: Changes requested by Starbeamrainbowlabs
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
786342aeef
commit
4f79b0d5d1
@@ -1,16 +1,16 @@
|
||||
# xml-unescape
|
||||
# xml unescape
|
||||
|
||||
> Un-escape special XML characters.
|
||||
> Unescape special XML characters.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Unescape special XML characters from a string:
|
||||
|
||||
`xml unescape {{"<a1>"}}`
|
||||
`xml unescape "{{<a1>}}"`
|
||||
|
||||
- Unescape special XML characters from standard input:
|
||||
- Unescape special XML characters from the standard input:
|
||||
|
||||
`echo {{"<a1>"}} | xml unescape`
|
||||
`echo "{{<a1>}}" | xml unescape`
|
||||
|
||||
- Display help for `unescape` subcommand:
|
||||
- Display help for the `unescape` subcommand:
|
||||
|
||||
`xml escape --help`
|
||||
|
Reference in New Issue
Block a user