Home > Computers > Programming > Internet > W3C DOM
This category is for resources related to the World Wide Web Consortium Document Object Model (W3C DOM). The W3C DOM is the industry standard object model for representing HTML and XML pages. It is used in browsers and other HTML and XML tools.
http://pyxml.sourceforge.net/topics/
A full DOM level 2 implementation for Python, included in the PyXML package.
http://xerces.apache.org/xerces2-j/
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.
http://xml.apache.org/
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.
http://xerces.apache.org/xerces-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.
http://dbaron.org/dom/test/
Tests in JavaScript for compliance with some parts of the W3C DOM specifications.
http://zvon.org/xxl/DOM1reference/Output/index.html
Reference guide with examples.
http://zvon.org/xxl/DOM2reference/Output/index.html
Reference guide with examples for the second release of the object model.
http://www.microsoft.com/windows/ie/default.htm
Full support for the Level 1 DOM.
https://www.mozilla.org/
An open-source XML/HTML browser which is implementing full Level 2 DOM support.
http://xml.coverpages.org/dom.html
A list of DOM resources.
http://www.levien.com/gnome/gdome.html
Promises to create a fully standards-compliant DOM interface. It is based on Daniel Veillard's libxml.
http://www.w3.org/DOM/
Definitive specification for the DOM.
http://www.unicorn-enterprises.com/
A stand-alone ECMAScript interpreter that supports Level 1 DOM Core. An XSLT processor contains the same engine.
http://xerces.apache.org/xerces-p/
Includes a collection of Perl5 wrapper objects that internally use their XML4C counterparts for Level 1 DOM processing.
http://www.xmlblaster.org/
XML and CORBA/RMI/XML-RPC based MOM (message oriented middleware) for Java/C/C++/Perl/Tcl/Python. Free for commercial and non commercial use (LGPL).
Home > Computers > Programming > Internet > W3C DOM
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us