JumpStart for Creating a SAX2 Application with Visual Basic
To help you get started building Simple API for XML (SAX2) applications with Microsoft® Visual Basic®, this section shows you how to quickly build an application that uses SAX2 to read an XML document and print the document's contents to a text box.
To run this tutorial, you will need the following:
- MSXML version 3.0 or later.
- Visual Basic 6.0.
You can download the JumpStart application from the MSDN Code Center. This downloadable version contains more files and differs slightly from the sample application covered in this topic.
This section includes the following topics:
- Overview of the JumpStart Application
- Implementing the ContentHandler
- Implementing the ErrorHandler
- Creating the Main Form