Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - DOM Developer's Guide

What is XML DOM?

The Document Object Model (DOM) as implemented in MSXML provides a programmatic representation of XML documents, fragments, nodes, or node-sets. It also provides an application programming interface for working with XML data. As an XML representation, it conforms to the W3C DOM specification. As a set of API, XML DOM objects are COM objects that implement interfaces and can be used in XML applications written in programming languages such as C/C++, Visual Basic, VBScript, and JScript.

The following JScript fragments outline the basic process of programming with XML DOM.

These are just a few simple examples to show you how DOM can be used to work with an XML document. More detailed discussions and demonstrations are provided in the later sections of this guide.

See Also

Concepts | How Do I? | DOM Reference

Other Resources Other Resources

W3C Document Object Model (DOM) Level 1 Specification (Second Edition)