如何用ant执行XSLT 2.0?

栏目: 编程语言 · XML · 发布时间: 5年前

内容简介:翻译自:https://stackoverflow.com/questions/919692/how-to-execute-xslt-2-0-with-ant
我正在尝试从 ant

文件运行XSLT转换.

我正在使用带有 saxon 9 解析器的XSLT 2.0样式表(支持XSLT 2.0).

问题是,似乎ant总是调用XSLT 1.0解析器.

这是我的蚂蚁文件:

<xslt style="stylesheet.xslt"
   basedir="core/"    
   extension=".xml"
   destdir="core/"
   classpath="D:\\DevTools\\saxon\\bin\\saxon9.jar">
</xslt>

如果我直接调用它(没有蚂蚁),它就可以了.

任何的想法 ?

问题是,当Saxon被添加到类路径时,默认的JAXP机制来确定使用哪个TransformerFactory,它将使用默认的Xalan.你要么需要:

>将javax.xml.transform.TransformerFactory系统变量设置为net.sf.saxon.TransformerFactoryImpl,

>将saxon9.jar添加到CLASSPATH系统变量,或

>使用<factory name =“net.sf.saxon.TransformerFactoryImpl”/>在xslt元素中

翻译自:https://stackoverflow.com/questions/919692/how-to-execute-xslt-2-0-with-ant


以上所述就是小编给大家介绍的《如何用ant执行XSLT 2.0?》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Getting Started with C++ Audio Programming for Game Development

Getting Started with C++ Audio Programming for Game Development

David Gouveia

Written specifically to help C++ developers add audio to their games from scratch, this book gives a clear introduction to the concepts and practical application of audio programming using the FMOD li......一起来看看 《Getting Started with C++ Audio Programming for Game Development》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具