xml: add pages (incomplete: sub-command templates only)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
e87a65cc7d
commit
67f0a9202f
25
pages/common/xml.md
Normal file
25
pages/common/xml.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# xml
|
||||
|
||||
> XMLStarlet toolkit: Query / Edit / Check / Transform XML documents.
|
||||
> Subcommands: `edit`, `select`, `transform`, `validate`, `format`, `elements`, `canonic`, `list`, `escape`, `unescape`, `pyx`, or `p2x`.
|
||||
> More information: <https://http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
|
||||
|
||||
- Execute a subcommand:
|
||||
|
||||
`xml {{subcommand}} {{options}} {{xml-file-or-uri}}`
|
||||
|
||||
- Execute a subcommand, redirecting output to a file:
|
||||
|
||||
`xml {{subcommand}} {{options}} {{xml-file-or-uri}} >{{path/to/output}}`
|
||||
|
||||
- Display help for a subcommand:
|
||||
|
||||
`xml {{subcommand}} --help`
|
||||
|
||||
- Display general help:
|
||||
|
||||
`xml --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`xml --version`
|
Reference in New Issue
Block a user