Displaying posts published in

August 2001

Understanding DOM

Now at IBM’s developerWorks: Understanding DOM (Tutorial) — Even before there was XML, there was the Document Object Model (DOM). The DOM allows a developer to refer to, retrieve, and change items within an XML structure, and is essential to working with XML. In this tutorial, you will learn about the structure of a DOM [...]