Program with DOM in JScript

MSXML 5.0 SDK

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

Program with DOM in JScript

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.