Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 XmlSpy (2013 PE) 中使用 Saxon 进行 XSLT 处理?有一个外部 EXE 程序的设置,但是 Saxon 是 Java 在这里不能很好地发挥作用。
好的,刚刚想通了(与上面使用 Martins 的评论一致java -jar):
java -jar
java -jar <fullPathToJar>/saxon9.jar -s:%1 -o:%2 -xsl:%3 -s xml source file -o output file -xsl (optional) xsl file