xml*: add Korean translation (#14527)

This commit is contained in:
코드싸이
2024-11-02 02:54:37 +09:00
committed by GitHub
parent b55e7a383d
commit 8d2eaa14ab
16 changed files with 359 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# xml depyx
> PYX (ESIS - ISO 8879) 문서를 XML 형식으로 변환.
> 더 많은 정보: <https://xmlstar.sourceforge.net/docs.php>.
- PYX (ESIS - ISO 8879) 문서를 XML 형식으로 변환:
`xml depyx {{경로/대상/입력.pyx|URI}} > {{경로/대상/출력.xml}}`
- `stdin`에서 PYX 문서를 XML 형식으로 변환:
`cat {{경로/대상/입력.pyx}} | xml depyx > {{경로/대상/출력.xml}}`
- 도움말 표시:
`xml depyx --help`