git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225953 13f79535-47bb-0310-9956-ffa450edef68
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
xml-commons/java/external/README.dom.txt $Id$
|
|
|
|
|
|
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
|
|
|
|
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/2000/REC-DOM-Level-2-Core-20001113/java-binding.html
|
|
The original versions are tagged 'DOM_LEVEL_2'
|
|
|
|
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-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/ |