What is Document Object Model (DOM)?
The Document Object Model, commonly referred to as DOM, is another by-product of the W3C recommendations for XML standards (or any content with similar structure, such as HTML, SGML, etc.). A DOM uses standard syntax to describe a document as a hierarchical series of objects. It identifies each element in an XML document as an individual object, and defines the hierarchical relationship of those objects within the document.