XSLT 2.0 in Eclipse without additional library?

后端 未结 5 1894
醉酒成梦
醉酒成梦 2021-01-20 09:13

Is it possible to perform XSLT 2.0 transformation in Eclipse without additional library (AltovaXML, Saxon)?

5条回答
  •  日久生厌
    2021-01-20 09:22

    1. Select XSLT file Run As -- Runconfiguration
    2. Create New configuration under XSL
    3. Select input file(test.xml) and transformation file (test.xslt)
    4. Select classpath tab and under user entries add external jar (Saxon-HE-9.5.0.1.jar)
    5. Select Output file from ouput tab

提交回复
热议问题