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

« back to all changes in this revision

Viewing changes to src/nu/xom/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-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</code> is the core package of XOM 
 
34
that contains all the basic classes representing the different kinds
 
35
of nodes: elements, attributes, comments, text nodes, and so forth.
 
36
It also contains the basic classes for parsing and serializing 
 
37
XML documents, as well as the various exception classes 
 
38
representing the different things that can go wrong while working 
 
39
with XOM.
 
40
</p>
 
41
 
 
42
<img src="doc-files/xom.png" alt="" width="834" height="247">
 
43
 
 
44
@since 1.0
 
45
 
 
46
 
 
47
</body>
 
48
</html>