我的XSLT沙箱。 例子 保存一个github-wiki页面,以便我可以在博客中使用它: $ curl -s " https://github.com/lindenb/jvarkit/wiki/Illuminadir " | \ xsltproc --html ./github2html.xsl - > file.html 将github-wiki页面保存到LaTex : $ curl -s " https://github.com/lindenb/jvarkit/wiki/Illuminadir " | \ xsltproc --html ./github2html.xs