What is XML DOM?
The DOM stands for Document Object Model, which explains the logical formation of documents and provides the way to access and manipulate a document. It supplies an Application Programming Interface (API) to XML documents. It is built around the object-oriented design; thus, it is known as DOM. The DOM model considers an XML document as a composition of objects and each object consists of properties and behaviors that can be manipulated by the DOM methods. The DOM permits creating and building XML documents, navigating the structure of documents, and managing the elements and their data. You can use the DOM methods and objects with any language, like C#, VB, JavaScript, and VBScript.