1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/python
Daniel Veillard 8399ff337e couple of memory fixes from Mark Vakoc reported by Purify on Windows.
* threads.c uri.c: couple of memory fixes from Mark Vakoc reported
  by Purify on Windows.
Daniel
2004-09-22 21:57:53 +00:00
..
tests Applied patch from Torkel Lyng to add Schemas support to the Python 2004-08-18 09:13:18 +00:00
.cvsignore Add generated files, to make cvs silent. 2004-04-01 14:17:33 +00:00
drv_libxml2.py added an encoding "special comment" to avoid warning message in python2.3 2004-07-11 14:41:20 +00:00
generator.py Applied patch from Torkel Lyng to add Schemas support to the Python 2004-08-18 09:13:18 +00:00
libxml2-python-api.xml some updates with memory debugging facilities while messing with libxslt 2004-07-02 12:23:44 +00:00
libxml2class.txt couple of memory fixes from Mark Vakoc reported by Purify on Windows. 2004-09-22 21:57:53 +00:00
libxml_wrap.h trying to remove some warning when compiling on Fedora Core 3 and 64bits 2004-08-22 13:11:39 +00:00
libxml.c fix a problem on last commit Daniel 2004-08-22 14:02:09 +00:00
libxml.py Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert Chin 2004-08-14 21:46:31 +00:00
Makefile.am applied a patch from Gerrit P. Haase to get python bindings on Cygwin 2004-08-04 14:56:45 +00:00
README added the 'usual' setup.py to allow building a libxml2-python module based 2002-02-22 22:51:13 +00:00
setup.py.in applied patch from Stphane Bidoul for the Python bindings on the new 2003-04-27 22:14:07 +00:00
TODO cleanup the extension function lookup always compile the list Daniel 2002-02-06 16:06:58 +00:00
types.c Applied patch from Torkel Lyng to add Schemas support to the Python 2004-08-18 09:13:18 +00:00

		Module libxml2-python
		=====================

This is the libxml2 python module, providing access to the
libxml2 and libxslt (if available) libraries. For general
informationss on those XML and XSLT libraries check their 
web pages at :
    http://xmlsoft.org/
    and
    http://xmlsoft.org/XSLT/

The latest version of the sources for this module and the
associated libraries can be found at:
    ftp://xmlsoft.org/

Binaries packages of the libxml2 and libxslt libraries can
be found either on the FTP site for Linux, from external
sources linked from the web pages, or as part of your set of
packages provided with your operating system.

NOTE:
this module distribution is not the primary distribution
of the libxml2 and libxslt Python binding code, but as 
the Python way of packaging those for non-Linux systems.
The main sources are the libxml2 and libxslt tar.gz found on
the site. One side effect is that the official RPM packages for
those modules are not generated from the libxml2-python
distributions but as part of the normal RPM packaging of
those two libraries.
The RPM packages can be found at:
    http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python
    http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python

Daniel Veillard