XML DOM – Document Object Model

DOM – Document Object Model is a language independent interface where each Node is an Object provides the data of the document in the XML tree structure. The standard is maintained by W3C (World Wide Web Consortium) XML DOM provides the details to get, change, add & delete XML elements in a XML document.

Continue reading “XML DOM – Document Object Model”