  |
IBM's DOM Implementation in Java - http://alphaworks.ibm.com/aw.nsf/techmain/F62DB5F8684DCF6A8825671B00682F34?OpenDocument
A validating XML parser written in 100% pure Java, which includes an implementation of the Level 1 DOM, some of the Level 2 DOM, and SAX. Now part of the Apache Xerces project. |
  |
Oracle XML Developer's Kit - http://www.oracle.com/technology/xml/
Contains a parser with a Level 1 DOM interface. Available in Java, C, C++ and PL/SQL. |
  |
IBM's DOM Implementation in C++ - http://alphaworks.ibm.com/aw.nsf/techmain/BAFBD2F79A8C641B8825675B0083C6DB?OpenDocument
XML for C++ parser (XML4C) is a validating XML parser written in a portable subset of C++. It implements Level 1 and some of Level 2 DOM, as well as providing SAX interfaces. Source code, samples and API documentation are provided with the parser. Now part of the Apache Xerces project. |
  |
DOM 1 Reference - http://zvon.org/xxl/DOM1reference/Output/index.html
Reference guide with examples. |
  |
DOM2 Reference - http://zvon.org/xxl/DOM2reference/Output/index.html
Reference guide with examples for the second release of the object model. |