Xerces and Xalan-C for windows
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.
Th开发者_高级运维anks, Eliakim
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 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.
精彩评论