Using XSLT to output multiple files

后端 未结 2 741
耶瑟儿~
耶瑟儿~ 2021-01-25 14:31

I\'m trying to get an example that I found for using XSLT 2.0 to output multiple files working.

Using Saxon B 9.7.0.1 with Java 1.6, I get this error:

C:\\Docu         


        
2条回答
  •  遥遥无期
    2021-01-25 14:48

    I had the same issue with saxon -o: outputfile replacing the spaces with %20..

    found out the issue is saxon and java versions.

    Linux JAVA 1.7.0_45 : Saxon creates %20 Unix JAVA 1.5.0_61 : SAXON creates %20 Unix JAVA 1.4.2_22 : SAXON Does Not creates %20 directory

提交回复
热议问题