Essential XML for Web Professionals by Dan Livingston Essential XML for Web Professionals by Dan Livingston
Chapter Navigation Map

Chapter 13
Manipulating XML: The DOM

DOM stands for Document Object Model, and it creates the logical structure of a document. By virtue of this structure you can read through and manipulate the document. The goal of DOM is to create a language-independent interface to XML documents so that any language, be it Perl or Python or PHP, can use the same DOM to move through an XML document.

DOM can recognize the following nodes:

DOM also utilizes a number of interfaces, functions, and methods to get its job done.


Prentice Hall PTR home | Essential Series home
© 2002 Prentice Hall PTR
13 12 11 10 9 8 7 6 5 4 3 2 1