xml: marchersimon requested changes

This commit is contained in:
Daniel Birket
2021-08-23 21:20:17 -04:00
committed by Starbeamrainbowlabs
parent 8815c90985
commit aa67236fc3
6 changed files with 20 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
- Transform an XML document using an XSL stylesheet, passing one XPATH parameter and one literal string parameter:
`xml transform {{path/to/stylesheet.xsl}} -p {{"Count='count(/xml/table/rec)'"}} -s {{Text="Count="}} {{path/to/input.xml|URI}}`
`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: