XML DOM Question:

Where the Document Object Model (DOM) is used?

Tweet Share WhatsApp

Answer:

Document Object Model (DOM) is used to query, traverse and manipulate documents like XML or HTML documents. DOM is best suited where the document must be accessed repeatedly or out of sequence order. DOM allows accessing the contents of a web page. It also allows dealing with events that allows capturing and responding to user's actions. There are different levels of DOM standards depending on the compatibility of the browsers.

Download XML DOM PDF Read All 26 XML DOM Questions
Previous QuestionNext Question
Define DOM?What does CVS stand for? Can you describe it in one sentence?