DOM
This section covers the Microsoft COM implementation of the XML Document Object Model (DOM). The XML DOM provides a navigable set of classes that directly reflect the W3C Document Object Model (DOM) Level 1 specification. These classes enable you to construct an XML document in memory. You can then compile and validate your XML documents against a DTD or schema. The Microsoft DOM implementation provides both Microsoft® JScript®, Visual Basic® and Microsoft Visual C++® interfaces.