High Performance XML Parsing in C++

By: Ken Blackwell

High Performance XML Parsing in C++
Here I’ll describe a unique methodology for parsing XML data into C++ classes that provides all the object-oriented benefits detailed in the first article, with increased performance (compared to traditional generic XML parsers).

Leave a Reply