用于 Windows 的 Xerces 和 Xalan-C
希望将 Xerces 和 Xalan 移植到最新的 Microsofy Visual Studio (2010)。 对于 Xerces,我所要做的就是从网站 Xcerces 版本 3.1.1 下载。 但它并未与 Xalan-C 预先集成。仅预集成 Xalan-C 1.10 和 Xerces 2.7。 Xalan 版本 1.10 在 2010 年无法编译。
在哪里可以找到 Visual Studio 2010 的 Xalan-C 预集成版本。
谢谢, 埃利亚金
Would like to port Xerces and Xalan to latest Microsofy Visual Studio (2010).
For Xerces, all I have to do is download from site Xcerces version 3.1.1.
But it is not preintegrated with Xalan-C. only Xalan-C 1.10 and Xerces 2.7 are pre integrated.
Xalan Version 1.10 fails to compile on 2010.
Where can I find pre-integrated version of Xalan-C for Visual Studio 2010.
Thanks,
Eliakim
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Xalan-C 1.10是最新版本,它需要Xerces 2.7。因此,您必须同时使用这两个版本。
Xalan-C 1.10 is the latest version, and it requires Xerces 2.7. So you will have to use these two versions together.
http://xalan.apache.org/xalan-c/index.html似乎即将发布 1.11 版本,虽然我不知道它是否是最终版本,但 subversion trunk 似乎可以针对 3.1.1 进行编译。
http://xalan.apache.org/xalan-c/index.html there appears to be an upcoming 1.11 release, the subversion trunk seems to compile ok against 3.1.1 though I don't know if it is final.