Archive for the ‘xml’ Category

High Performance XML Parsing in C++

Sunday, September 18th, 2005

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).