2021-08-16 08:23:55 -04:00
|
|
|
# xml pyx
|
2021-08-14 18:17:52 -04:00
|
|
|
|
2021-08-15 14:38:24 -04:00
|
|
|
> Convert an XML document to PYX (ESIS - ISO 8879) format.
|
2021-08-15 07:19:09 -04:00
|
|
|
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
2021-08-14 18:17:52 -04:00
|
|
|
|
2021-08-15 14:38:24 -04:00
|
|
|
- Convert an XML document to PYX format:
|
|
|
|
|
2021-08-20 21:33:37 -04:00
|
|
|
`xml pyx {{path/to/input.xml|URI}} > {{path/to/output.pyx}}`
|
2021-08-15 14:38:24 -04:00
|
|
|
|
2021-08-20 21:33:37 -04:00
|
|
|
- Convert an XML document from stdin to PYX format:
|
2021-08-15 14:38:24 -04:00
|
|
|
|
2021-08-20 21:33:37 -04:00
|
|
|
`cat {{path/to/input.xml}} | xml pyx > {{path/to/output.pyx}}`
|
2021-08-15 14:38:24 -04:00
|
|
|
|
2021-08-16 08:23:55 -04:00
|
|
|
- Display help for the `pyx` subcommand:
|
2021-08-14 18:17:52 -04:00
|
|
|
|
|
|
|
`xml pyx --help`
|