2025-12-16 10:20:31 -07:00
|
|
|
# xml pyx
|
|
|
|
|
|
|
|
|
|
> Convierte un documento XML al formato PYX (ESIS - ISO 8879).
|
|
|
|
|
> Más información: <https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139550832>.
|
|
|
|
|
|
|
|
|
|
- Convierte un documento XML al formato PYX:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`xml pyx {{ruta/a/entrada.xml|uri}} > {{ruta/a/salida.pyx}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Convierte un documento XML de `stdin` a formato PYX:
|
|
|
|
|
|
|
|
|
|
`cat {{ruta/a/entrada.xml}} | xml pyx > {{ruta/a/salida.pyx}}`
|
|
|
|
|
|
|
|
|
|
- Muestra la ayuda:
|
|
|
|
|
|
|
|
|
|
`xml pyx --help`
|