Implementing the ContentHandler (C++)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Developer's Guide

Implementing the ContentHandler (C++)

The first step when creating a Simple API for XML (SAX2) application is to implement handler classes. This example implements only the ContentHandler that is derived from the ISAXContentHandler interface. Implementing the ContentHandler is described in the following topics.