DOM

The Document Object Model is a very important Recommendation that identifies the structure of documents, and it is the basis for Web-based document processing. The activities of the W3C as related to the DOM can be found at

Document Object Model

http://www.w3.org/DOM/

The DOM is in a constant state of evolution, and the current incarnation is DOM Level 2. However, DOM Level 3 is currently in active development and promises new features as well.

DOM Level 1

The first release of the Document Object Model can be found at

Document Object Model (DOM) Level 1 Specification

http://www.w3.org/TR/REC-DOM-Level-1/

There are still software packages that only support DOM functionality at this level. DOM Level 1 provided the base functionality for XML. ...

Get Special Edition Using XML, Second Edition 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.