• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..10-Oct-2013148

drv_libxml2.pyH A D18-Jun-201314.7 KiB

generator.pyH A D18-Jun-201347.6 KiB

libxml.cH A D18-Jun-2013107.4 KiB

libxml.pyH A D18-Jun-201323.8 KiB

libxml2-python-api.xmlH A D18-Jun-201318.8 KiB

libxml_wrap.hH A D18-Jun-20138.1 KiB

Makefile.amH A D18-Jun-20131.4 KiB

READMEH A D18-Jun-20131.2 KiB

setup.pyH A D18-Jun-20136.5 KiB

setup.py.inH A D18-Jun-20136.6 KiB

tests/H15-Jul-201354

TODOH A D18-Jun-20131.6 KiB

types.cH A D18-Jun-201321.7 KiB

README

1		Module libxml2-python
2		=====================
3
4This is the libxml2 python module, providing access to the
5libxml2 and libxslt (if available) libraries. For general
6informationss on those XML and XSLT libraries check their 
7web pages at :
8    http://xmlsoft.org/
9    and
10    http://xmlsoft.org/XSLT/
11
12The latest version of the sources for this module and the
13associated libraries can be found at:
14    ftp://xmlsoft.org/
15
16Binaries packages of the libxml2 and libxslt libraries can
17be found either on the FTP site for Linux, from external
18sources linked from the web pages, or as part of your set of
19packages provided with your operating system.
20
21NOTE:
22this module distribution is not the primary distribution
23of the libxml2 and libxslt Python binding code, but as 
24the Python way of packaging those for non-Linux systems.
25The main sources are the libxml2 and libxslt tar.gz found on
26the site. One side effect is that the official RPM packages for
27those modules are not generated from the libxml2-python
28distributions but as part of the normal RPM packaging of
29those two libraries.
30The RPM packages can be found at:
31    http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python
32    http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python
33
34Daniel Veillard
35