# HG changeset patch # User paulb # Date 1185641821 0 # Node ID e5a19a5c0e2c487edb840da091f916ff5c0a7814 # Parent 5959c993fac68b8939d0e83e015fa38adf35d1e5 [project @ 2007-07-28 16:57:01 by paulb] Removed the Web page - the README.txt file is the definitive source of information. diff -r 5959c993fac6 -r e5a19a5c0e2c docs/index.html --- a/docs/index.html Sat Jul 28 16:51:50 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ - - - - libxml2dom - - -

libxml2dom

-

The libxml2dom package provides a traditional DOM wrapper around the -Python bindings for libxml2. In -contrast -to the standard libxml2 -bindings, libxml2dom provides an API reminiscent of minidom, -pxdom and -other Python-based and -Python-related XML toolkits. Performance is -fairly respectable since libxml2dom makes direct use of libxml2mod - -the low-level wrapping of libxml2 for Python. Moreover, serialisation -of -documents is much faster than many other toolkits because libxml2dom -can make direct -use of libxml2 rather than employing Python-level mechanisms to visit -and serialise nodes.

-

Copyright and Licence

-

See the COPYING.txt -and LICENCE.txt -files -in the docs -directory -in the distribution. libxml2dom is licensed under the LGPL version 3 (or later).

-

Installation

-

Given the availability of libxml2, libxml2dom only needs to reside -on the -PYTHONPATH and can be installed using the setup.py script -provided:

-
python setup.py install