是否可以在XmlSpy (2013PE)中使用Saxon进行XSLT处理?有一个外部EXE程序的设置,但是Saxon‘t在这里不能很好地发挥作用。

发布于 2014-08-13 22:11:44
好了,刚刚弄明白了(与上面使用java -jar的马丁斯的评论一致):
java -jar <fullPathToJar>/saxon9.jar -s:%1 -o:%2 -xsl:%3
-s xml source file
-o output file
-xsl (optional) xsl file

https://stackoverflow.com/questions/25287512
复制相似问题