bde6944971ee5877fed2b2d03cf10fb0697af97c
[taxeditor.git] / cdmlib-plugin / lib / xml-apis-ext.README.dom.txt
1 xml-commons/java/external/README.dom.txt $Id: README.dom.txt 477038 2006-11-20 04:40:36Z mrglavas $
2
3
4 HEAR YE, HEAR YE!
5
6
7 All of the .java software and associated documentation about
8 the DOM in this repository are distributed under the license
9 from the W3C, which is provided herein.
10
11
12 LICENSE.dom-software.txt covers all software from the W3C
13 including the following items in the xml-commons project:
14
15 xml-commons/java/external/src/org/w3c
16 and all subdirectories
17
18 (Note: SAC (The Simple API for CSS) has been published under an older
19 version of the W3C license. The original license file is LICENSE.sac.html.)
20
21 LICENSE.dom-documentation.txt covers all documentation from the W3C
22 including the following items in the xml-commons project:
23
24 xml-commons/java/external/xdocs/dom
25 and all subdirectories
26
27 The actual DOM Java Language Binding classes in xml-commons came from:
28 http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
29
30 The specification of DOM Level 3's various parts is at:
31 http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/
32 http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/
33 http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/
34
35 The specification of DOM Level 2's various parts is at:
36 http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/
37 http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/
38 http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/
39 http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/
40
41 The specification of DOM Level 1's various parts is at:
42 http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html
43
44 Links to all available W3C DOM Java Bindings can be found at:
45 http://www.w3.org/DOM/DOMTR
46
47 The actual classes of The Simple API for CSS (SAC) came from:
48 http://www.w3.org/Style/CSS/SAC/
49 http://www.w3.org/2002/06/sacjava-1.3.zip
50
51 The actual DOM Java Language Binding classes for SMIL came from:
52 http://dev.w3.org/cvsweb/java/classes/org/w3c/dom/smil/
53 (both ElementTimeControl.java and TimeEvent.java were taken at revision 1.1)
54
55 The actual DOM Java Language Binding classes for SVG 1.1 came from:
56 http://www.w3.org/TR/SVG11/java.html