xsltproc
用 XSLT 转换 XML 以生成输出(通常是 HTML 或 XML)。 更多信息:https://manned.org/xsltproc.
xsltproc --output {{输出.html}} {{样式表.xslt}} {{xml 文件.xml}}
xsltproc --output {{输出.html}} --stringparam "{{键名}}" "{{值}}" {{样式表.xslt}} {{xml 文件.xml}}