Working with XML
The way you work with XML is through the XML Document Object Model or the capabilities of the other services that offer XML support that can be found in ADO 2.1 and later. XML support is provided by the MSXML.DLL. To create an instance of the root class, you will instantiate Microsoft.XMLDOM or Microsoft.FreeThreadedXMLDOM, depending on the location and type of application being developed.
There are many different ways in which you can get XML data on the server, including the following:
Using ADO 2.1 or later to get XML information directly from any database that supports ADO
Reading data from a database or other source and constructing an XML tree using the DOM
Loading an XML file using the XML control's load method
Constructing ...
Get Sams Teach Yourself Microsoft® Windows® DNA Programming in 21 Days now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.