xml: add select, edit and transform subcommands.

This commit is contained in:
Daniel Birket
2021-08-20 23:20:02 -04:00
committed by Starbeamrainbowlabs
parent 82f626c693
commit 1202e84d48
3 changed files with 23 additions and 42 deletions

View File

@@ -3,25 +3,9 @@
> Transform XML documents using XSLT.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
- TBD:
- Transform an XML document using an XSL stylesheet, passing one XPATH parameter and one literal string parameter:
`xml transform`
- TBD:
`xml transform`
- TBD:
`xml transform`
- TBD:
`xml transform`
- TBD:
`xml transform`
`xml transform {{path/to/stylesheet.xsl}} -p {{"Count='count(/xml/table/rec)'"}} -s {{Text="Count="}} {{path/to/input.xml|URI}}`
- Display help for the `transform` subcommand: