mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:26:02 +02:00
xsltproc: add Chinese translation
This commit is contained in:
parent
02eef1387c
commit
be04f68f29
1 changed files with 11 additions and 0 deletions
11
pages.zh/osx/xsltproc.md
Normal file
11
pages.zh/osx/xsltproc.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# xsltproc
|
||||
|
||||
> 用 XSLT 转换 XML 以生成输出(通常是 HTML 或 XML ).
|
||||
|
||||
- 使用特定的 XSLT 样式表转换 XML 文件:
|
||||
|
||||
`xsltproc --output {{输出.html}} {{样式表.xslt}} {{xml文件.xml}}`
|
||||
|
||||
- 将值传递给样式表中的参数:
|
||||
|
||||
`xsltproc --output {{输出.html}} --stringparam {{键名}} {{值}} {{样式表.xslt}} {{xml文件.xml}}`
|
Loading…
Add table
Reference in a new issue