libxml2dom

Changeset

295:e5a19a5c0e2c
2007-07-28 paulb raw files shortlog changelog graph [project @ 2007-07-28 16:57:01 by paulb] Removed the Web page - the README.txt file is the definitive source of information.
docs/index.html
     1.1 --- a/docs/index.html	Sat Jul 28 16:51:50 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,35 +0,0 @@
     1.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml"><head>
     1.6 -  
     1.7 -  <title>libxml2dom</title><meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/">
     1.8 -  <link href="styles.css" rel="stylesheet" type="text/css"></head>
     1.9 -<body>
    1.10 -<h1>libxml2dom</h1>
    1.11 -<p>The libxml2dom package provides a traditional DOM wrapper around the
    1.12 -Python bindings for <a href="http://www.xmlsoft.org">libxml2</a>. In
    1.13 -contrast
    1.14 -to the <a href="http://www.xmlsoft.org/python.html">standard libxml2
    1.15 -bindings</a>, libxml2dom provides an API reminiscent of <a href="http://docs.python.org/lib/module-xml.dom.minidom.html">minidom</a>,
    1.16 -<a href="http://www.doxdesk.com/software/py/pxdom.html">pxdom</a> and
    1.17 -other <a href="http://pyxml.sourceforge.net/topics/">Python-based and
    1.18 -Python-related XML toolkits</a>. Performance is
    1.19 -fairly respectable since libxml2dom makes direct use of libxml2mod -
    1.20 -the low-level wrapping of libxml2 for Python. Moreover, serialisation
    1.21 -of
    1.22 -documents is much faster than many other toolkits because libxml2dom
    1.23 -can make direct
    1.24 -use of libxml2 rather than employing Python-level mechanisms to visit
    1.25 -and serialise nodes.</p>
    1.26 -<h2>Copyright and Licence</h2>
    1.27 -<p>See the <code>COPYING.txt</code>
    1.28 -and <code>LICENCE.txt</code>
    1.29 -files
    1.30 -in the <code>docs</code>
    1.31 -directory
    1.32 -in the distribution. libxml2dom is licensed under the <a href="http://www.gnu.org/copyleft/lesser.html">LGPL version 3 (or later)</a>.</p>
    1.33 -<h2>Installation</h2>
    1.34 -<p>Given the availability of libxml2, libxml2dom only needs to reside
    1.35 -on the
    1.36 -PYTHONPATH and can be installed using the <code>setup.py</code> script
    1.37 -provided:</p>
    1.38 -<pre>python setup.py install</pre></body></html>