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,20 @@
# xml canonic
> XML 문서를 정규화.
> 더 많은 정보: <https://xmlstar.sourceforge.net/docs.php>.
- XML 문서를 정규화하여 주석을 보존:
`xml canonic {{경로/대상/입력.xml|URI}} > {{경로/대상/출력.xml}}`
- XML 문서를 정규화하여 주석 제거:
`xml canonic --without-comments {{경로/대상/입력.xml|URI}} > {{경로/대상/출력.xml}}`
- 파일의 XPATH를 사용하여 XML을 독점적으로 정규화하고, 주석을 보존:
`xml canonic --exc-with-comments {{경로/대상/입력.xml|URI}} {{경로/대상/c14n.xpath}}`
- 도움말 표시:
`xml canonic --help`