我尝试根据此线程中的答案来解决我的问题,但我没有运气。
https://stackoverflow.com/a/18558641/7115040?stw=2
这是我能找到的最相关的回复。
我将其作为 Windows 中 AutoHotKey 例程的一部分运行,但我也无法让它从命令行成功运行。
使用此行设置默认文件夹。所有相关文件(Saxon 除外)都在该文件夹中。
SetWorkingDir E:\dwgs\Json\ORR Stations Table1410
此运行行返回“无效 URI”错误:
runwait %comspec% /k java -jar "C:\Program Files\My Small Programs\Saxon\saxon-he-12.5.jar" -u jar:"file:./ORR Stations Table1410.zip\!/ORR Stations Table1410.xml" -xsl:"ORR Table 1410 Compare with NR.xsl" -o:"ORR Table 1410 Compare with NR OUT.xml"
正确的语法是什么?
我会尝试
-s:ORR Stations Table1410.zip?select=ORR Stations Table1410.xml