~ubuntu-branches/ubuntu/precise/xom/precise

« back to all changes in this revision

Viewing changes to src/nu/xom/samples/package.html

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-11-25 15:50:40 UTC
  • Revision ID: james.westby@ubuntu.com-20071125155040-r75ikcqf1vu0cei7
Tags: upstream-1.1
Import upstream version 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd>
 
2
<html>
 
3
<head>
 
4
<!--
 
5
 
 
6
  @(#)package.html      
 
7
 
 
8
   Copyright © 2002, 2003, 2005 Elliotte Rusty Harold
 
9
   
 
10
   This library is free software; you can redistribute it and/or
 
11
   modify it under the terms of version 2.1 of 
 
12
   the GNU Lesser General Public License as published by the 
 
13
   Free Software Foundation.
 
14
   
 
15
   This library is distributed in the hope that it will be useful,
 
16
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
18
   Lesser General Public License for more details.
 
19
   
 
20
   You should have received a copy of the GNU Lesser General Public
 
21
   License along with this library; if not, write to the Free Software
 
22
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
23
   
 
24
   You can contact Elliotte Rusty Harold by sending e-mail to
 
25
   elharo@metalab.unc.edu. Please include the word "XOM" in the
 
26
   subject line. The XOM home page is http://www.xom.nu/
 
27
 
 
28
-->
 
29
</head>
 
30
<body bgcolor="white">
 
31
 
 
32
<p>
 
33
<code>nu.xom.samples</code> includes several dozen example programs that 
 
34
demonstrate different parts of the XOM API.
 
35
These are intended for tutorial purposes. They are not designed as reusable code
 
36
for the most part. Most of the examples are adapted
 
37
from <cite><a target="_top"
 
38
href="http://www.cafeconleche.org/books/xmljava/">Processing XML with Java</a></cite>
 
39
by Elliotte Rusty Harold. Please consult that book 
 
40
(available in its entirety online) if you'd like more information
 
41
about what particular samples are intended to show.
 
42
That book  provides SAX, DOM, and/or JDOM implementations
 
43
of most of these samples. 
 
44
</p>
 
45
 
 
46
<p>
 
47
  These classes are not officially part of the XOM API.
 
48
  They have not been extensively tested, and I make no promises
 
49
  that they will be part of any future XOM release; or, if they are, 
 
50
  that their APIs will remain compatible. 
 
51
  Should you find any of them useful and wish to use them in your
 
52
  own code, I recommend you copy the source code, and place it in your
 
53
  own package. It probably wouldn't hurt to add a lot of unit tests as well.
 
54
</p>
 
55
 
 
56
 
 
57
@since 1.0
 
58
 
 
59
</body>
 
60
</html>