Project

General

Profile

README.xml-apis-1.3.04.txt

xml-apis license reference - Eugenie Lyzenko, 09/08/2015 06:32 PM

Download (872 Bytes)

 
1
This distribution includes xml-apis.jar from the XML Commons External
2
1.3.04 binary distribution, which can also be obtained from:
3

    
4
  http://xml.apache.org/mirrors.cgi
5

    
6
Source code is available from the XML Commons web site:
7

    
8
  http://xml.apache.org/commons/
9

    
10
xml-apis.jar contains:
11

    
12
  - DOM Level 2 Events
13
  - DOM Level 2 HTML
14
  - DOM Level 2 Style
15
  - DOM Level 2 Traversal and Range
16
  - DOM Level 2 Views
17
  - DOM Level 3 Core
18
  - DOM Level 3 Load and Save
19
  - DOM Level 3 XPath
20
  - JAXP 1.3 (JSR 206)
21
  - SAX
22

    
23
All DOM code is licensed under the W3C Software License, and DOM documentation
24
under the W3C Document License.  See LICENSE.dom-software.txt and
25
LICENSE.dom-documentation.txt.
26

    
27
The JAXP 1.3 code is licensed under the Apache Software License 2.0, which is
28
in the LICENSE in the root directory of this distribution.
29

    
30
SAX is public domain.  See LICENSE.sax.txt.