
February 9th, 2004, 03:13 PM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 13
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Article Discussion: Introduction to XML Document Object Model
Learn about XML and the hierarchical structure of the Document Object Model in this down and dirty piece! Nodes, NodeLists, NameNodeMaps, as well as properties such as parentNodes, childNodes, nodeNames, and nodeValues are explored, explained and code is given. <EM>"In order to represent the hierarchical nature of XML, the DOM provides a whole set of objects, methods and properties that allow us to manipulate the DOM. We will not be able to cover them all in this tutorial, but we’ll cover a few to give you the essence of the sort of things you can achieve."</EM>
Read the full article here: Introduction to XML Document Object Model
|