Document Object Model: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 22:
 
==See also==
* [[SAX]] - a set of APIs for accessing and manipulating XML documents in a sequential manner.
* [[JDOM]] - a Java-based document object model for XML that integrates with DOM and SAX and uses parsers to build the document.
*[[User agent]]
*[[CORBA]]
 
==External links==
Line 30 ⟶ 32:
*[http://www.mozilla.org/docs/dom/domref/ Gecko DOM Reference]
*[http://developer.kde.org/documentation/library/cvs-api/khtml/html/namespaceDOM.html khtml Library API Documentation]
*[http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dom/domoverview.asp About the W3C Document Object Model]
*[http://www.w3.org/2003/02/06-dom-support.html What does your user agent claim to support?]