The XML Document Object Model (XML DOM) define a standard way for accessing and manipulating XML documents.
The DOM presents an XML document as tree-structure (a node tree), with the elements, attributes, and text defined as nodes.
Keywords: xml document, xml file, xml parser, xmldom microsoft.xmldom, text node, xml dom attribute, document object model