Document Object Model
- DOM is a way to
describe the XML elements and the relationships between
them.
- The DOM recommendation is currently at Level 2, with Level
3 a proposed recommendation.
- DOM allows programmers to access and change the structure of
a document (XML, HTML).
- DOM XML parsers usually must read the whole XML document
into memory, creating a data structure that you can access.
José M. Vidal
.
5 of 16