JumpStart for Creating a SAX2 Application with C++
As a quick introduction to how Microsoft® XML Core Services (MSXML) 5.0 for Microsoft Office implements the Simple API for XML (SAX2), and to help you get started building applications using the SAX2 interfaces, this section shows you how to build a basic C++ application that reads an XML document and prints the document's tags to the console.
To run this tutorial, you will need the following:
- MSXML version 3.0 or later.
- The JumpStart application, available from the MSDN Code Center.
This section includes the following topics:
- Overview of the JumpStart Application
- Implementing the ContentHandler
- Creating the Header File
- Creating the MyContent Class
- Creating the Main Program