  |
The Gnome DOM Engine - http://www.levien.com/gnome/gdome.html
Promises to create a fully standards-compliant DOM interface. It is based on Daniel Veillard's libxml. |
  |
Unicorn XML Processor - http://www.unicorn-enterprises.com/
A stand-alone ECMAScript interpreter that supports Level 1 DOM Core. An XSLT processor contains the same engine. |
  |
Parsed XML Project - http://wiki.zope.org/ParsedXML/
Project implementing the DOM as a persistent object in the Zope application server. Currently implements Core levels 1 and 2, XML level 2, and some Core and Loading level 3. |
  |
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. |
  |
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. |