OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / classpath / external / w3c_dom / README
1 Bindings for the Document Object Model (DOM).
2 DOM is not maintained as part of GNU Classpath, but is used with GNU Classpath.
3
4 The packages includes are:
5
6 Document Object Model (DOM) Level 3 Core Specification
7 http://www.w3.org/TR/DOM-Level-3-Core/
8 (07 April 2004)
9
10 Document Object Model (DOM) Level 3 Load and Save Specification
11 http://www.w3.org/TR/DOM-Level-3-LS/
12 (07 April 2004)
13
14 Document Object Model (DOM) Level 2 Events Specification
15 http://www.w3.org/TR/DOM-Level-2-Events/
16 (13 November 2000)
17 Latest errata: 20021016
18
19 Document Object Model (DOM) Level 2 Views Specification
20 http://www.w3.org/TR/DOM-Level-2-Views/
21 (13 November 2000)
22 Latest errata: 20021016
23
24 Document Object Model (DOM) Level 2 Style Specification
25 http://www.w3.org/TR/DOM-Level-2-Style/
26 (13 November 2000)
27 Latest errata: 20021016
28
29 Document Object Model (DOM) Level 2 Traversal and Range Specification
30 http://www.w3.org/TR/DOM-Level-2-Traversal-Range/
31 (13 November 2000)
32 Latest errata: 20021016
33
34 Document Object Model (DOM) Level 2 HTML Specification
35 http://www.w3.org/TR/DOM-Level-2-HTML/
36 (09 January 2003)
37
38 Document Object Model (DOM) Level 3 XPath Specification
39 http://www.w3.org/TR/DOM-Level-3-XPath/
40 (26 February 2004)
41
42 Errata can be found at:
43 http://www.w3.org/2000/11/DOM-Level-2-errata
44 http://www.w3.org/2004/01/DOM-Level-3-errata
45
46 The only change to the sources is setting the additional fallback for
47 org.w3c.dom.bootstrap.DOMImplementationRegistry.newInstance() to
48 gnu.xml.dom.ImplementationSource.
49
50 When importing new versions don't forget to update the Makefile.am
51 to list any new files (or to remove old ones).
52
53 All files are distributed under the following
54 W3C Software Short Notice:
55
56   Copyright (c) 2004 World Wide Web Consortium,
57
58   (Massachusetts Institute of Technology, European Research Consortium for
59   Informatics and Mathematics, Keio University). All Rights Reserved. This
60   work is distributed under the W3C(r) Software License [1] in the hope that
61   it will be useful, but WITHOUT ANY WARRANTY; without even the implied
62   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
63
64   [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
65
66   Permission to copy, modify, and distribute this software and its
67   documentation, with or without modification, for any purpose and
68   without fee or royalty is hereby granted, provided that you include
69   the following on ALL copies of the software and documentation or
70   portions thereof, including modifications:
71
72   1. The full text of this NOTICE in a location viewable to users of
73   the redistributed or derivative work.
74   2. Any pre-existing intellectual property disclaimers, notices, or
75   terms and conditions. If none exist, the W3C Software Short Notice
76   should be included (hypertext is preferred, text is permitted) within
77   the body of any redistributed or derivative code.
78   3. Notice of any changes or modifications to the files, including
79   the date changes were made. (We recommend you provide URIs to the
80   location from which the code is derived.)
81
82   THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
83   HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
84   INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
85   FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
86   DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
87   TRADEMARKS OR OTHER RIGHTS.
88
89   COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
90   OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
91   DOCUMENTATION.
92
93   The name and trademarks of copyright holders may NOT be used in
94   advertising or publicity pertaining to the software without specific,
95   written prior permission. Title to copyright in this software and any
96   associated documentation will at all times remain with copyright
97   holders.