xml: added escape, unescape, validate subcommands
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
9916a0b0f7
commit
3fd2da89bb
@@ -3,6 +3,14 @@
|
||||
> XMLStarlet toolkit: Un-escape special XML characters.
|
||||
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
|
||||
|
||||
- Unescape special XML characters from a string:
|
||||
|
||||
`xml unescape {{"<a1>"}}`
|
||||
|
||||
- Unescape special XML characters from standard input:
|
||||
|
||||
`echo {{"<a1>"}} | xml unescape`
|
||||
|
||||
- Display help for `unescape` subcommand:
|
||||
|
||||
`xml escape --help`
|
||||
|
Reference in New Issue
Block a user