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