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