Answers

Question and Answer:

  Home  XML DOM

⟩ List the features of DOM?

DOM is Document Object Model. It is used to read data from a XML document. It is more commonly used in applications where data in the document needs to be repeated accessed. DOM supports navigation in any direction. XML DOM is typically used for XML documents. The DOM defines the objects and properties of all document elements, and the methods (interface) to access them.

 226 views

More Questions for you: