Dom Summary
## XML DOM Summary
XML DOM defines a standard for accessing and manipulating XML.
According to the DOM, everything in an XML document is a (
Text inside element nodes is stored in a (
XML DOM treats XML documents as tree structures. Tree structure
YouTip