~vcs-imports/xena/trunk

« back to all changes in this revision

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

  • Committer: matthewoliver
  • Date: 2009-12-10 03:18:07 UTC
  • Revision ID: vcs-imports@canonical.com-20091210031807-l086qguzdlljtkl9
Merged Xena Testing into Xena Stable for the Xena 5 release.

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
-->
 
30
</head>
 
31
<body bgcolor="white">
 
32
 
 
33
<p>
 
34
<code>nu.xom.canonical</code>  
 
35
supports the output of 
 
36
<a target="_top"
 
37
href="http://www.w3.org/TR/2001/REC-xml-c14n-20010315">Canonical XML</a>
 
38
from XOM.
 
39
For basic canonicalization of existing documents, this (or any other tree-based
 
40
solution) is likely not as efficient as a streaming, SAX-based solution.
 
41
However, this is useful for output from XOM in canonical form.
 
42
</p>
 
43
 
 
44
@since 1.0
 
45
 
 
46
</body>
 
47
</html>