XMLFoundation April 2014 发布,此版本更新内容如下:
run the Microsoft Code Analysis in MSDev2012, reviewed all output, silenced some warnings, and added a few if(!Null) checks
adds two new utility classes, GString0, and GString32, and modifies XMLObject and GString for them (see note under [m_pzkTheWord] in [IndexObjects.cpp] about why the new GStrings were created)
The MSVC2012 project for CustomHTTPService has been fixed to properly exclude the files from the build.
XMLFoundation 是一种处理 XML 最快的方法,提供一种简单的软件开发管理模式给你的应用。XMLFoundation 不仅仅是一款 XML 解析器,它提供一种特定的方法来处理 XML,免去遍历 DOM 和 订阅 SAX 事件。
XMLFoundation 最大的特性在于面向对象的封装,支持 应用层的 XML,用户可以很方便的整合 XML 到 GUI 或者是服务器对象中,XMLFoundation 本地支持:COM,DCOM 和 CORBA 对象。
项目主页:http://www.codeproject.com/Articles/37850/XMLFoundation
来自:开源中国社区

