Community

An Introduction to XML Data Binding in C++

(Boris Kolpackov) XML processing has become a common task that many C++ application developers have to deal with. Using low-level XML access APIs such as DOM and SAX is tedious and error-prone, especially for large XML vocabularies. XML Data Binding is a new alternative which automates much of the t

Read More - Register for Free Membership