Basic and Advance XML Programming Question: Download XML PDF

What is DOM and how does it relate to XML?

Tweet Share WhatsApp

Answer:

The Document Object Model (DOM) is an interface specification maintained by the W3C DOM Workgroup that defines an application independent mechanism to access, parse, or update XML data. In simple terms it is a hierarchical model that allows developers to manipulate XML documents easily Any developer that has worked extensively with XML should be able to discuss the concept and use of DOM objects freely. Additionally, it is not unreasonable to expect advanced candidates to thoroughly understand its internal workings and be able to explain how DOM differs from an event-based interface like SAX.

Download XML PDF Read All 27 XML Questions
Previous QuestionNext Question
Give a few examples of types of applications that can benefit from using XML?What is SOAP and how does it relate to XML?