XML Minimal Parser
A version of this page is also available for
4/8/2010
XML Minimal Parser is a limited version of the Microsoft® XML Parser (MSXML) version 3.0 SP1 and is implemented as a scaled down version of the Simple API for XML (SAX). SAX is an interface that allows you to write applications to read data in an XML document. SAX2 is the latest version of this application programming interface (API).
In This Section
- XML Minimal Parser Application Development
Provides high-level information necessary to develop applications that use the XML Minimal parser.
- XML Minimal Parser Reference
Provides detailed information about the XML Minimal Parser programming elements.
Related Sections
- XML Core Services and Document Object Model
Describes the Document Object Model (DOM), and provides a set of application programming interfaces (APIs) that allow you to access and manipulate an XML document.
- XML DOM Security
Provides security information regarding XML DOM and best practices for implementation.
- SAX2 C++ Common Notices
Describes strings, declaration conflicts, skipped entities, XML features, properties, return values as applicable to SAX2.