You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.2 KiB
56 lines
2.2 KiB
xml-commons/java/external/README.dom.txt $Id: README.dom.txt 477038 2006-11-20 04:40:36Z mrglavas $ |
|
|
|
|
|
HEAR YE, HEAR YE! |
|
|
|
|
|
All of the .java software and associated documentation about |
|
the DOM in this repository are distributed under the license |
|
from the W3C, which is provided herein. |
|
|
|
|
|
LICENSE.dom-software.txt covers all software from the W3C |
|
including the following items in the xml-commons project: |
|
|
|
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: |
|
|
|
xml-commons/java/external/xdocs/dom |
|
and all subdirectories |
|
|
|
The actual DOM Java Language Binding classes in xml-commons came from: |
|
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-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/ |
|
|
|
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 |