The following tutorials demonstrate common DOM tasks using Microsoft JScript.
| How Do I? | Description |
|---|---|
| Use DOMDocument | Demonstrates how to use the DOMDocument object to navigate, query, and modify the content and structure of an XML document. |
| Use IXMLDOMNode | Demonstrates how to represent XML document components as IXMLDOMNode objects (nodes). |
| Use IXMLDOMNodeList | Demonstrates how to navigate and gather information about a list of nodes. |
| Use IXMLDOMNamedNodeMap | Demonstrates how to navigate, manipulate, and gather information about a named collection of nodes. |