XML data binding is the binding of XML documents to objects designed especially for the data in those documents. This allows applications (usually data-centric) to manipulate data that has been serial
XML
Delphi 6 XML Document Programming
Dr. Bob examines XML and how to use it with Delphi 6.
MSXML DOM Reference
The reference from Microsoft for its XML Parser, MSXML.
MSXML Tutorial
This article, the first of three parts, explains what MSXML is and how to access an XML document using JavaScript.
Overview of MSXML 4.0
This article looks at the latest XML parser from Microsoft, MSXML 4.0. Microsoft has taken a lot of criticism in the past over its adoption of non-standard schema and XSL drafts, which happened most often in early parser releases and even version 3.0 to a lesser extent.
Microsoft's XML Developer Center
Software, specifications, articles, news, and links--all things XML from Microsoft.
Beginner's Guide to the XML DOM
An old but good guide on how to access and manipulate XML documents via the XML DOM implementation, as exposed by the Microsoft® XML Parser.