内容简介:翻译自:https://stackoverflow.com/questions/919692/how-to-execute-xslt-2-0-with-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>
如果我直接调用它(没有蚂蚁),它就可以了.
任何的想法 ?
>将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?》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 命令执行与代码执行的小结
- Go如何保证gorountine执行完毕后继续执行
- [译] 理解 JavaScript 中的执行上下文和执行栈
- 熔断器 Hystrix 源码解析 —— 命令执行(二)之执行隔离策略
- 面试:谈谈你对 MyBatis 执行过程之 SQL 执行过程理解
- 前端进击的巨人(一):执行上下文与执行栈,变量对象
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
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》 这本书的介绍吧!