• Show log

    Commit

  • Hash : 16fa96c5
    Author : Daniel Veillard
    Date : 2003-09-23T21:50:54

    adding a new set of API for parsing xmlReadDoc() xmlReadFile() ...
    
    * parser.c include/libxml/parser.h: adding a new set of
      API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
      and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
      a clear define of xmlParserOption, xmlCtxtUseOptions()
      should simplify custom parsing without being tempted to
      use global variables, and xmlCtxtReset() should allow reuse
      of a context for multiple parsing.
    * xmllint.c: switched to use xmlReadXXX, allow options to
      be used simultaneously with less troubles.
    * tree.c: simple warning removal
    * doc/apibuild.py: small fix
    * doc/libxml2-api.xml win32/libxml2.def.src: updated
    Daniel
    

  • README

  • 		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