XML Minimal Parser (Windows Embedded CE 6.0)

1/6/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 Migration
    Provides information about migrating XML Minimal Parser functionality from earlier versions of Windows Embedded CE to Windows CE 5.0.
  • XML Minimal Parser Samples
    Provides examples that demonstrate the use of XML Minimal Parser programming elements in applications.
  • 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.

See Also

Other Resources

XML