add new chinese translations
This commit is contained in:
16
pages.zh/common/xml-pyx.md
Normal file
16
pages.zh/common/xml-pyx.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# xml pyx
|
||||
|
||||
> 将 XML 文档转换为 PYX (ESIS - ISO 8879) 格式。
|
||||
> 更多信息:<https://xmlstar.sourceforge.net/docs.php>。
|
||||
|
||||
- 将 XML 文档转换为 PYX 格式:
|
||||
|
||||
`xml pyx {{path/to/input.xml|URI}} > {{path/to/output.pyx}}`
|
||||
|
||||
- 从 `stdin` 将 XML 文档转换为 PYX 格式:
|
||||
|
||||
`cat {{path/to/input.xml}} | xml pyx > {{path/to/output.pyx}}`
|
||||
|
||||
- 显示帮助:
|
||||
|
||||
`xml pyx --help`
|
Reference in New Issue
Block a user