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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd>
<html>
<head>
<!--

  @(#)package.html	

   Copyright © 2002, 2003, 2005 Elliotte Rusty Harold
   
   This library is free software; you can redistribute it and/or
   modify it under the terms of version 2.1 of 
   the GNU Lesser General Public License as published by the 
   Free Software Foundation.
   
   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.
   
   You should have received a copy of the GNU Lesser General Public
   License along with this library; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
   
   You can contact Elliotte Rusty Harold by sending e-mail to
   elharo@metalab.unc.edu. Please include the word "XOM" in the
   subject line. The XOM home page is http://www.xom.nu/

-->
</head>
<body bgcolor="white">

<p>
<code>nu.xom.samples</code> includes several dozen example programs that 
demonstrate different parts of the XOM API.
These are intended for tutorial purposes. They are not designed as reusable code
for the most part. Most of the examples are adapted
from <cite><a target="_top"
href="http://www.cafeconleche.org/books/xmljava/">Processing XML with Java</a></cite>
by Elliotte Rusty Harold. Please consult that book 
(available in its entirety online) if you'd like more information
about what particular samples are intended to show.
That book  provides SAX, DOM, and/or JDOM implementations
of most of these samples. 
</p>

<p>
  These classes are not officially part of the XOM API.
  They have not been extensively tested, and I make no promises
  that they will be part of any future XOM release; or, if they are, 
  that their APIs will remain compatible. 
  Should you find any of them useful and wish to use them in your
  own code, I recommend you copy the source code, and place it in your
  own package. It probably wouldn't hurt to add a lot of unit tests as well.
</p>


@since 1.0

</body>
</html>