1 |
768 |
jeremybenn |
Simple API for XML (SAX), a standard application interface for processing XML.
|
2 |
|
|
SAX is not maintained as part of GNU Classpath, but is used with GNU Classpath.
|
3 |
|
|
|
4 |
|
|
Last imported version sax2r3 final from http://www.saxproject.org/
|
5 |
|
|
|
6 |
|
|
All files are distributed with the following short notice:
|
7 |
|
|
|
8 |
|
|
NO WARRANTY! This class is in the Public Domain.
|
9 |
|
|
|
10 |
|
|
The www.saxproject.org explains:
|
11 |
|
|
|
12 |
|
|
Copyright Status
|
13 |
|
|
|
14 |
|
|
SAX is free!
|
15 |
|
|
|
16 |
|
|
In fact, it's not possible to own a license to SAX, since it's been
|
17 |
|
|
placed in the public domain.
|
18 |
|
|
|
19 |
|
|
No Warranty
|
20 |
|
|
|
21 |
|
|
Because SAX is released to the public domain, there is no warranty
|
22 |
|
|
for the design or for the software implementation, to the extent
|
23 |
|
|
permitted by applicable law. Except when otherwise stated in writing
|
24 |
|
|
the copyright holders and/or other parties provide SAX "as is" without
|
25 |
|
|
warranty of any kind, either expressed or implied, including, but not
|
26 |
|
|
limited to, the implied warranties of merchantability and fitness for
|
27 |
|
|
a particular purpose. The entire risk as to the quality and
|
28 |
|
|
performance of SAX is with you. Should SAX prove defective, you assume
|
29 |
|
|
the cost of all necessary servicing, repair or correction.
|
30 |
|
|
|
31 |
|
|
In no event unless required by applicable law or agreed to in
|
32 |
|
|
writing will any copyright holder, or any other party who may modify
|
33 |
|
|
and/or redistribute SAX, be liable to you for damages, including any
|
34 |
|
|
general, special, incidental or consequential damages arising out of
|
35 |
|
|
the use or inability to use SAX (including but not limited to loss of
|
36 |
|
|
data or data being rendered inaccurate or losses sustained by you or
|
37 |
|
|
third parties or a failure of the SAX to operate with any other
|
38 |
|
|
programs), even if such holder or other party has been advised of the
|
39 |
|
|
possibility of such damages.
|
40 |
|
|
|
41 |
|
|
Copyright Disclaimers
|
42 |
|
|
|
43 |
|
|
This page includes statements to that effect by David Megginson, who
|
44 |
|
|
would have been able to claim copyright for the original work.
|
45 |
|
|
|
46 |
|
|
SAX 1.0
|
47 |
|
|
|
48 |
|
|
Version 1.0 of the Simple API for XML (SAX), created collectively by
|
49 |
|
|
the membership of the XML-DEV mailing list, is hereby released into
|
50 |
|
|
the public domain.
|
51 |
|
|
|
52 |
|
|
No one owns SAX: you may use it freely in both commercial and
|
53 |
|
|
non-commercial applications, bundle it with your software
|
54 |
|
|
distribution, include it on a CD-ROM, list the source code in a book,
|
55 |
|
|
mirror the documentation at your own web site, or use it in any other
|
56 |
|
|
way you see fit.
|
57 |
|
|
|
58 |
|
|
David Megginson, sax@megginson.com
|
59 |
|
|
1998-05-11
|
60 |
|
|
|
61 |
|
|
SAX 2.0
|
62 |
|
|
|
63 |
|
|
I hereby abandon any property rights to SAX 2.0 (the Simple API for
|
64 |
|
|
XML), and release all of the SAX 2.0 source code, compiled code, and
|
65 |
|
|
documentation contained in this distribution into the Public
|
66 |
|
|
Domain. SAX comes with NO WARRANTY or guarantee of fitness for any
|
67 |
|
|
purpose.
|
68 |
|
|
|
69 |
|
|
David Megginson, david@megginson.com
|
70 |
|
|
2000-05-05
|
71 |
|
|
|