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:
Daniel Birket
2021-08-20 21:33:37 -04:00
committed by Starbeamrainbowlabs
parent 4f79b0d5d1
commit 82f626c693
10 changed files with 37 additions and 36 deletions

View File

@@ -5,11 +5,11 @@
- Convert a PYX (ESIS - ISO 8879) document to XML format:
`xml depyx {{path/to/input.pyx|URI}} >{{path/to/output.xml}}`
`xml depyx {{path/to/input.pyx|URI}} > {{path/to/output.xml}}`
- Convert a PYX document from the standard input to XML format:
- Convert a PYX document from stdin to XML format:
`cat {{path/to/input.pyx}} | xml depyx >{{path/to/output.xml}}`
`cat {{path/to/input.pyx}} | xml depyx > {{path/to/output.xml}}`
- Display help for the `depyx` subcommand: