标签: xslt xslt-1.0 xslt-2.0 saxon
如何确定XSLT执行的时间?我目前正在使用saxon xslt处理器。
答案 0 :(得分:4)
在命令行中,您可以使用 -t 参数
java -jar saxon9he.jar -t -s:source.xml -xsl:stylesheet.xslt -o:output.xml
您可以获得编译时间,执行时间等信息。
查看Saxon documentation