XmlLite: A Small And Fast XML Parser For Native C++
Sorry for the lack of posts lately – I’ve been hard at work on various projects. In particular I’ve been working on a whole bunch of new articles that will be published throughout the year. The first of these is available now in the April 2007 issue of MSDN Magazine.
XmlLite: A Small And Fast XML Parser For Native C++
Despite the ongoing success of the .NET Framework, Microsoft is still serious about native C++ development. This is demonstrated by the introduction of XmlLite, a high-performance, low-overhead XML reader and writer geared for applications written in native C++.
Enjoy!
Update: I’m getting a lot of email about XmlLite so here are the links you need in order to get going:
Download and install the latest Windows SDK, which provides the XmlLite header and lib files needed to compile and link. Although this is the SDK for Windows Vista, it also supports targeting Windows XP and Windows 2003.
If you don’t already have it, download and install XmlLite. This is only required for Windows XP x86 installations that haven’t already received it from Windows Update or some other means.
© 2007 Kenny Kerr