Return-Path: Delivered-To: apmail-xml-commons-cvs-archive@www.apache.org Received: (qmail 16495 invoked from network); 20 Nov 2006 04:41:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 04:41:12 -0000 Received: (qmail 42464 invoked by uid 500); 20 Nov 2006 04:41:23 -0000 Delivered-To: apmail-xml-commons-cvs-archive@xml.apache.org Received: (qmail 42439 invoked by uid 500); 20 Nov 2006 04:41:23 -0000 Mailing-List: contact commons-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list commons-cvs@xml.apache.org Received: (qmail 42428 invoked by uid 99); 20 Nov 2006 04:41:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 20:41:22 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 20:41:12 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 9071C1A9846; Sun, 19 Nov 2006 20:40:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r477038 - /xml/commons/trunk/java/external/README.dom.txt Date: Mon, 20 Nov 2006 04:40:37 -0000 To: commons-cvs@xml.apache.org From: mrglavas@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061120044038.9071C1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mrglavas Date: Sun Nov 19 20:40:36 2006 New Revision: 477038 URL: http://svn.apache.org/viewvc?view=rev&rev=477038 Log: Merging in changes to the DOM README from the external-extended branch, plus some other minor tweaks. Modified: xml/commons/trunk/java/external/README.dom.txt Modified: xml/commons/trunk/java/external/README.dom.txt URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/README.dom.txt?view=diff&rev=477038&r1=477037&r2=477038 ============================================================================== --- xml/commons/trunk/java/external/README.dom.txt (original) +++ xml/commons/trunk/java/external/README.dom.txt Sun Nov 19 20:40:36 2006 @@ -14,6 +14,9 @@ xml-commons/java/external/src/org/w3c and all subdirectories + +(Note: SAC (The Simple API for CSS) has been published under an older +version of the W3C license. The original license file is LICENSE.sac.html.) LICENSE.dom-documentation.txt covers all documentation from the W3C including the following items in the xml-commons project: @@ -22,12 +25,32 @@ and all subdirectories The actual DOM Java Language Binding classes in xml-commons came from: - http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/java-binding.html - The original versions are tagged 'DOM_LEVEL_2' + http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html + +The specification of DOM Level 3's various parts is at: + http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ + http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/ + http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/ The specification of DOM Level 2's various parts is at: - http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ + http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/ + http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/ + http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/ http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/ - http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/ - http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/ - http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/ \ No newline at end of file + +The specification of DOM Level 1's various parts is at: + http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html + +Links to all available W3C DOM Java Bindings can be found at: + http://www.w3.org/DOM/DOMTR + +The actual classes of The Simple API for CSS (SAC) came from: + http://www.w3.org/Style/CSS/SAC/ + http://www.w3.org/2002/06/sacjava-1.3.zip + +The actual DOM Java Language Binding classes for SMIL came from: + http://dev.w3.org/cvsweb/java/classes/org/w3c/dom/smil/ + (both ElementTimeControl.java and TimeEvent.java were taken at revision 1.1) + +The actual DOM Java Language Binding classes for SVG 1.1 came from: + http://www.w3.org/TR/SVG11/java.html \ No newline at end of file