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