Home | History | Annotate | only in /external/libxml2/python
Up to higher level directory
NameDateSize
drv_libxml2.py05-Oct-201714.9K
generator.py05-Oct-201747.6K
libxml.c05-Oct-2017107.4K
libxml.py05-Oct-201723.9K
libxml2-python-api.xml05-Oct-201718.8K
libxml_wrap.h05-Oct-20178.1K
Makefile.am05-Oct-20171.4K
README05-Oct-20171.2K
setup.py05-Oct-20176.8K
setup.py.in05-Oct-20176.8K
tests/05-Oct-2017
TODO05-Oct-20171.6K
types.c05-Oct-201721.7K

README

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