mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-08 21:06:01 +02:00

* xml-*: update more information links for Korean pages * updated commands * updated commands again
12 lines
526 B
Markdown
12 lines
526 B
Markdown
# xml transform
|
|
|
|
> XSLT를 사용하여 XML 문서를 변환.
|
|
> 더 많은 정보: <https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139602800>.
|
|
|
|
- XSL 스타일시트를 사용하여 XML 문서를 변환하고, 하나의 XPATH 매개변수와 하나의 리터럴 문자열 매개변수를 전달:
|
|
|
|
`xml {{[tr|transform]}} {{경로/대상/스타일시트.xsl}} -p "{{Count='count(/xml/table/rec)'}}" -s {{Text="Count="}} {{경로/대상/입력.xml|URI}}`
|
|
|
|
- 도움말 표시:
|
|
|
|
`xml {{[tr|transform]}} --help`
|