Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,11 +1,11 @@
# xsltproc
> 用 XSLT 转换 XML 以生成输出(通常是 HTML 或 XML .
> 用 XSLT 转换 XML 以生成输出(通常是 HTML 或 XML)。
- 使用特定的 XSLT 样式表转换 XML 文件:
- 使用特定的 XSLT 样式表转换 XML 文件
`xsltproc --output {{输出.html}} {{样式表.xslt}} {{xml 文件.xml}}`
- 将值传递给样式表中的参数:
- 将值传递给样式表中的参数
`xsltproc --output {{输出.html}} --stringparam {{键名}} {{值}} {{样式表.xslt}} {{xml 文件.xml}}`