Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
January 23, 1998
About the XML Parser in C++
The XML Object Model
Sample Code
The Microsoft XML parser is a C++ parser included in the latest release of Internet Explorer 4.0. It is designed to be a high-performance, non-validating parser, and supports most of the W3C XML specification
.
The XML parser provides an object model for XML, giving developers programmatic access to structured data. The XML object model is based on the W3C standard Document Object Model (DOM). For more information on the XML object model supported by Internet Explorer 4.0, see the Internet Client SDK pages and
The XML Object Model in Internet Explorer 4.0
article. For more information on the DOM, see http://www.w3.org/DOM/
.
Did you find this article useful? Gripes? Compliments? Suggestions for other articles? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.