1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-09 14:06:01 +02:00
tldr/pages.ko/common/xml-canonic.md
Nelson Figueroa dbb1a7d9c2
xml-*: update more information links for Korean pages (#16685)
* xml-*: update more information links for Korean pages

* updated commands

* updated commands again
2025-05-31 20:23:50 -07:00

695 B

xml canonic

XML 문서를 정규화. 더 많은 정보: https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139560880.

  • XML 문서를 정규화하여 주석을 보존:

xml {{[c14n|canonic]}} {{경로/대상/입력.xml|URI}} > {{경로/대상/출력.xml}}

  • XML 문서를 정규화하여 주석 제거:

xml {{[c14n|canonic]}} --without-comments {{경로/대상/입력.xml|URI}} > {{경로/대상/출력.xml}}

  • 파일의 XPATH를 사용하여 XML을 독점적으로 정규화하고, 주석을 보존:

xml {{[c14n|canonic]}} --exc-with-comments {{경로/대상/입력.xml|URI}} {{경로/대상/c14n.xpath}}

  • 도움말 표시:

xml {{[c14n|canonic]}} --help