Internet
- 85
- Apache XML project
- Different open source tools, most of which use the Xerces implementation (DOM Level 1 and 2) as a base. Xerces itself is available in Java, C++, Perl, and COM.
- 87
- Apache DOM Implementation in Java
- 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.
- 88
- Apache's DOM Implementation in C++
- 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.
- 91
- David Baron's DOM Tests
- Tests in JavaScript for compliance with some parts of the W3C DOM specifications.
- 93
- The Gnome DOM Engine
- Promises to create a fully standards-compliant DOM interface. It is based on Daniel Veillard's libxml.
- 94
- XML4P Perl DOM
- Includes a collection of Perl5 wrapper objects that internally use their XML4C counterparts for Level 1 DOM processing.