Home    |Web Directory    |Metasearch    |Message Boards    |Classified Ads|

Web Directory

Home

Web Directory

Metasearch

Message Boards

Classified Ads


Your Ad Here


Your Ad Here

W3C DOM (41)

Categories:

Editor's Picks:

http://xml.apache.org/   » Apache XML project Open in a new browser window
   Different open source tools, most of which use the Xerces implementation (DOM Level 1 & 2) as a base. Xerces itself is available in Java, C++, Perl, and COM.
   http://xml.apache.org/

http://www.w3.org/DOM/   » The W3C Document Object Model Open in a new browser window
   Definitive specification for the DOM.
   http://www.w3.org/DOM/


Sites:

http://pyxml.sourceforge.net/topics/   » 4DOM Open in a new browser window
   A full DOM level 2 implementation for Python, included in the PyXML package.
   http://pyxml.sourceforge.net/topics/

http://www.adobe.com/web/features/svg/tools.html   » Adobe's SVG Viewer Open in a new browser window
   Uses the DOM for animation of SVG images. Currently preview (alpha) releases; these implement some of DOM Level 2 as well as DOM Level 1.
   http://www.adobe.com/web/features/svg/tools.html

http://zvon.org/xxl/DOM1reference/Output/index.html   » DOM 1 Reference Open in a new browser window
   Reference guide with examples.
   http://zvon.org/xxl/DOM1reference/Output/index.html

http://zvon.org/xxl/DOM2reference/Output/index.html   » DOM2 Reference Open in a new browser window
   Reference guide with examples for the second release of the object model.
   http://zvon.org/xxl/DOM2reference/Output/index.html

http://koala.ilog.fr/domjuan/   » DOMJuan: Koala's implementation of the DOM Open in a new browser window
   Java implementation of the DOM Level 2. Free and with source code. Currently (version 0.1) only the Core and Events modules are available.
   http://koala.ilog.fr/domjuan/

http://dbaron.org/dom/test/   » David Baron's DOM Tests Open in a new browser window
   Tests in JavaScript for compliance with some parts of the W3C DOM specs.
   http://dbaron.org/dom/test/

http://www.doczilla.com/index.html   » DocZilla - an SGML/XML browser Open in a new browser window
   Built on Mozilla code, this browser has the same support for the DOM as Mozilla does.
   http://www.doczilla.com/index.html

http://www.documentobjectmodel.info/   » Document Object Model Open in a new browser window
   Provides an overview of the DOM platform with an explanation of text nodes and element nodes.
   http://www.documentobjectmodel.info/

http://alphaworks.ibm.com/aw.nsf/techmain/BAFBD2F79A8C641B8825675B0083C6DB?OpenDocument   » IBM's DOM Implementation in C++ Open in a new browser window
   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 par
   http://alphaworks.ibm.com/aw.nsf/techmain/BAFBD2F79A8C641B8825675B0083C6DB?OpenDocument

http://alphaworks.ibm.com/aw.nsf/techmain/F62DB5F8684DCF6A8825671B00682F34?OpenDocument   » IBM's DOM Implementation in Java Open in a new browser window
   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.
   http://alphaworks.ibm.com/aw.nsf/techmain/F62DB5F8684DCF6A8825671B00682F34?OpenDocument

http://www-3.ibm.com/software/network/techexplorer/   » IBM's techexplorer Hypermedia browser Open in a new browser window
   A plug-in for Netscape Navigator and Microsoft Internet Explorer which enables the display of TeX, LaTeX, and MathML documents and the publishing of interactive mathematical and scientific material on the Web. Includes the DOM (JavaScript, C, C++ and Java
   http://www-3.ibm.com/software/network/techexplorer/

http://www.microsoft.com/windows/ie/default.htm   » Microsoft Internet Explorer - XML/HTML Browser Open in a new browser window
   Full support for the Level 1 DOM.
   http://www.microsoft.com/windows/ie/default.htm

http://www.python.org/doc/current/lib/module-xml.dom.minidom.html   » Minidom Open in a new browser window
   Lightweight DOM implementation in the standard Python library.
   http://www.python.org/doc/current/lib/module-xml.dom.minidom.html

http://www.mozilla.org/   » Mozilla - XML/HTML browser Open in a new browser window
   An open-source XML/HTML browser which is implementing full Level 2 DOM support.
   http://www.mozilla.org/

http://xw2k.sdct.itl.nist.gov/dom/index.html   » NIST DOM tests in ECMAScript Open in a new browser window
   Tests currently written for MSIE; should be updated soon for other implementations.
   http://xw2k.sdct.itl.nist.gov/dom/index.html

http://www.nist.gov/xml/   » NIST XML/DOM Activity Open in a new browser window
   Includes pointers to the DOM test suites for Level 1.
   http://www.nist.gov/xml/

http://download.cnet.com/downloads/0-14492-100-5565652.html   » OpenXML Open in a new browser window
   An open source, pure Java framework for XML-based applications which implements the Level 1 DOM and some of the Level 2 DOM.
   http://download.cnet.com/downloads/0-14492-100-5565652.html

http://www.oracle.com/technology/xml/   » Oracle XML Developer's Kit Open in a new browser window
   Contains a parser with a Level 1 DOM interface. Available in Java, C, C++ and PL/SQL.
   http://www.oracle.com/technology/xml/

http://technet.oracle.com/tech/xml/transview_java/   » Oracle XML Transviewer Beans Open in a new browser window
   DOM Java Bean encapsulation for use in quickly developing GUIs to XML applications.
   http://technet.oracle.com/tech/xml/transview_java/

http://www.ozone-db.org/   » Ozone Open in a new browser window
   Open source, Java, OO DBMS which includes a DOM interface.
   http://www.ozone-db.org/

http://dev.zope.org/Wikis/DevSite/Projects/ParsedXML/FrontPage   » Parsed XML Project Open in a new browser window
   Project implementing the DOM as a persistent object in the Zope application server. Currently implements Core levels 1 & 2, XML level 2, and some Core & Loading level 3.
   http://dev.zope.org/Wikis/DevSite/Projects/ParsedXML/FrontPage

http://www.oasis-open.org/cover/dom.html   » Robin Cover's DOM Pages Open in a new browser window
   A list of DOM resources.
   http://www.oasis-open.org/cover/dom.html

http://www.levien.com/gnome/gdome.html   » The Gnome DOM Engine Open in a new browser window
   Promises to create a fully standards-compliant DOM interface. It is based on Daniel Veillard's libxml.
   http://www.levien.com/gnome/gdome.html

http://www.unicorn-enterprises.com/   » Unicorn XML Processor Open in a new browser window
   A stand-alone ECMAScript interpreter that supports Level 1 DOM Core. An XSLT processor contains the same engine.
   http://www.unicorn-enterprises.com/

http://xml.apache.org/xerces-p/index.html   » XML4P Perl DOM Open in a new browser window
   Includes a collection of Perl5 wrapper objects that internally use their XML4C counterparts for Level 1 DOM processing.
   http://xml.apache.org/xerces-p/index.html

http://www.playsophy.com/edom/edom.html   » eDOM Open in a new browser window
   An editing extensions to the W3C DOM. Specification, tests, FAQ, demos, downloads.
   http://www.playsophy.com/edom/edom.html

http://www.xmlblaster.org/   » xmlBlaster Open in a new browser window
   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).
   http://www.xmlblaster.org/


This category needs an editor

Last Updated: 2006-07-17 03:16:13



Your Ad Here

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by GoSearchFor.com

Free previews by Thumbshots.org