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,12 @@
# xml transform
> XSLT를 사용하여 XML 문서를 변환.
> 더 많은 정보: <https://xmlstar.sourceforge.net/docs.php>.
- XSL 스타일시트를 사용하여 XML 문서를 변환하고, 하나의 XPATH 매개변수와 하나의 리터럴 문자열 매개변수를 전달:
`xml transform {{경로/대상/스타일시트.xsl}} -p "{{Count='count(/xml/table/rec)'}}" -s {{Text="Count="}} {{경로/대상/입력.xml|URI}}`
- 도움말 표시:
`xml transform --help`