What is XML DOM

In this articles I am going to explain about how to use XML DOM.
  • 2096

What is DOM?

Definition

  • The Document Object Model (DOM) is a language-independent and cross-platform convention for interacting and representing with objects in XHTML, HTML and XML documents.
  • The DOM is a programming interface for XML and HTML documents.
  • It defines the way a document can be manipulated and accessed .
  • The DOM allows you to programmatically navigate the tree and add, delete and change any of its elements.
  • XML DOM is a standard object model.

How Do I use the HTML DOM?

  • The HTML DOM method access interface and define object and properties of all HTML elements.

How Do I use the XML DOM?

  • The XML DOM method access interface and define object and properties of all HTML elements.
  • XML DOM define three methods add, delete, replace.
  • XML DOM object method is create a Parser object in XML.
  • XML DOM is a platform independent language.
  • If you're working with a scripting client, then object method is create a Parser object in XML.
  • If we use XML DOM then we understand HTML, XML, java script.

Syntax:

Set objParser = CreateObject( "Microsoft.XMLDOM" )

You may also want to read these related articles :

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.