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:

committed by
Starbeamrainbowlabs

parent
4f79b0d5d1
commit
82f626c693
@@ -1,13 +1,13 @@
|
||||
# xml escape
|
||||
|
||||
> Escape special XML characters.
|
||||
> Escape special XML characters, e.g. `<a1>` -> `<a1>`.
|
||||
> More information: <http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
|
||||
|
||||
- Escape special XML characters in a string:
|
||||
|
||||
`xml escape "{{<a1>}}"`
|
||||
|
||||
- Escape special XML characters from the standard input:
|
||||
- Escape special XML characters from stdin:
|
||||
|
||||
`echo "{{<a1>}}" | xml escape`
|
||||
|
||||
|
Reference in New Issue
Block a user