List the features of DOM?

Submitted by: Murtaza
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.
Submitted by: Murtaza

Read Online XML DOM Job Interview Questions And Answers