XML Parser Overview
The Extensible Markup Language (XML) parser for Microsoft® Windows® CE is based on Microsoft XML Parser (MSXML) 3.0 Service Pack (SP) 1. The parser has been componentized into a number of smaller pieces that you can add or remove when generating a platform, depending on which features are required and the amount of available ROM on the device.
Feature Summary
The following table shows operating system design information for MSXML Parser.
Element | Information |
---|---|
Dependencies | XML Mini requires WinInet or Httplite.
XML Core Services and Document Object Model requires WinInet or Httplite. XML HTTP requires URLMon and WinInet. XML Query Language requires WinInet or Httplite. XML SAX requires WinInet or Httplite. XML Stylesheet Language Transformations (XSLT) requires WinInet. XML Multipurpose Internet Mail Extension (MIME) Viewer requires Internet Explorer and XML XSLT. |
Hardware considerations | None. |
Modules and Components
The following table shows the components and modules that implement MSXML Parser.
Item | Module | Component |
---|---|---|
XML Minimal Parser | msxml3 | xmlminisax |
XML Core Services and Document Object Model | msxml3 | xmldom |
XML HTTP | msxml3 | xmlhttp |
XML SAX | msxml3 | xmlsax |
XML Query Language (XQL) | msxml3 | xmlxql |
XML Stylesheet Language Transformations (XSLT) | msxml3 | xmlxslt |
XML MIME Viewer | msxml3 | xmlmime |
xmlnetfull | msxml3 | xmlnetfull |
xmlnetmini | msxml3 | xmlnetmini |
Operating System Development Topics
XML Parser Implementation Considerations
Application Development Topics
XML Core Services and Document Object Model
XML Core Services Registry Settings
XML Stylesheet Language Transformations (XSLT)
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.