XSLT 2.0 support in JDK 6?

夙愿已清 提交于 2019-12-07 18:09:44

问题


Does JDK 6 support XSLT 2.0 for transformation.

My question is, does it come with an XSLT processor built for XSLT 2.0? or DO I need to go for other libraries like Saxon.


回答1:


No, it doesn't, not by default anyway. As you suggest, you need to use Saxon or another option would be Oracle's XDK.



来源:https://stackoverflow.com/questions/1599957/xslt-2-0-support-in-jdk-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!