Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
With the Simple API for XML (SAX) interface, you can write applications that read data in an Extensible Markup Language (XML) document. SAX2 is the latest version of the SAX application programming interface (API).
In This Section
- XML SAX Application Development
-
Provides information about how XML SAX allows your applications to read data in an Extensible Markup Language (XML) document.
- XML SAX Reference
-
Provides detailed information about the XML SAX programming elements.
- SAX2 C++ Common Notices
-
Discusses strings, declaration conflicts, skipped entities, XML features, properties, return values as applicable to SAX2.