In the InformIT XML Reference Guide: The Document Object Model
The most common methodology for writing XML programs is the Document Object Model (DOM). DOM looks at an XML document as a series of parent and child nodes of different types. For example, the following simple sample document consists of eight different nodes: ...Technorati tags: XML | DOM | Document Object Model | Technology |
Comments