Learn XMLDOM Tutorial
Introduction
In the XML DOM Zone you will learn about the XML DOM and how to make use of it in
your applications.
Play the DOM game
Learn by playing the "Understanding
the XML DOM" game. Read about the XML DOM and then answer the questions.
See if you can get a 100% score and if not, play it again.
XML DOM Reference
A fantastic XML DOM Reference is
available, complete with source code, examples, a downloadable and searchable
PDF version and more!
Table of Contents
XML DOM Reference A fantastic XML DOM Reference is available, complete with source code, examples, a downloadable and searchable PDF version and more! Database Web Application Wizard Dimitriy gives an explanation on how using the DOM, VB and XSLT you could generate ASP code to handle all the CRUD (create, read, update and delete) methods. This code for these operations will be created automatically, so a programmer can concentrate on implementing specific business rules. The Understanding XML DOM Game Play this free online Flash-based beginners game to learn about the basics of the XML DOM. Using XML Technologies to Build eBusiness Applications XML technologies are changing the entire architecture of business application development. This session covers Microsoft's XML strategy and current and future products that can be used to address your development challenges. Presenters show a tangible business application that uses MSXML (DOM, Schema, XSLT), SOAP SDK, BizTalk and SQL Server XML features. The goal for this session is to provide you with a clear road map of where and how Microsoft XML technologies can help your development efforts. The Microsoft DOM Objects in Detail This manuscript is an abridged version of a chapter from the book XML Programming with VB and ASP. This chapter looks at the Microsoft DOM object in quite some detail, giving references to the objects, methods and properties, with sample code. Real World XML: Examples of XML at Work
The main focus is on how XML can be used to solve real world problems, often in ways that only XML can. The following tools will be demonstrated and their source code reviewed: CSV2XML.ASP: an application that converts CSV files to XMLDOMs. If only one file is processed, the data is presented using the polymorphic spreadsheet. If two files are processed, the two XMLDOMs are compared to identify missing and different content. The content happens to be imported from CHECSYM.EXE, another standard utility that verifies symbols and inventories DLLs running in any given process. This tool is very useful when trying to confirm any given configuration or to identify the precise differences between two machines. VMMAP.ASP: an application using an ATL component to render virtual memory allocation data as XML. The data is then transformed by XSLT and rendered using CSS StyleSheets to depict the VM data visually. Creating Dynamic Web pages with XML/ASP and XML format This article is also a good example of working with server side asp scripting for trasforming XML and XSLT to HTML, plus it has examples of using the MSXML DOMDocument methods. Developers Guide to XML
Mark gives a simple example of what XML is and you can get started with using the msxml parser for loading and working with you XML file. Loading a Microsoft TreeView from an XML DOM document
This article demonstrates codes on how to load a treeview from an XML document.
|