xml: Changes requested by Starbeamrainbowlabs

This commit is contained in:
Daniel Birket
2021-08-16 08:23:55 -04:00
committed by Starbeamrainbowlabs
parent 786342aeef
commit 4f79b0d5d1
13 changed files with 50 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
# xml-depyx
# xml depyx
> Convert a PYX (ESIS - ISO 8879) document to XML format.
> More information: <http://xmlstar.sourceforge.net/docs.php>.
@@ -7,10 +7,10 @@
`xml depyx {{path/to/input.pyx|URI}} >{{path/to/output.xml}}`
- Convert a PYX document from standard input to XML format:
- Convert a PYX document from the standard input to XML format:
`cat {{path/to/input.pyx}} | xml depyx >{{path/to/output.xml}}`
- Display help for `depyx` subcommand:
- Display help for the `depyx` subcommand:
`xml depyx --help`