JumpStart for Creating a SAX2 Application with C++ using Visual Studio 2008
This section shows you how to build a basic C++ application that reads an XML document and prints the document to the console. This example uses Visual Studio 2008 and MSXML 6.0.
To run this tutorial, you will need the following:
Microsoft Visual Studio 2008.
Microsoft XML Core Services (MSXML) SDK version 6.0. You can download the MSXML 6.0 SDK from the Microsoft Windows Software Development Kit page.
This section includes the following topics: