• Show log

    Commit

  • Hash : 2f2a6632
    Author : William M. Brack
    Date : 2004-08-20T23:09:47

    modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>,
    
    * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
      <sequence>, <choice>, <include>, <import>.
      Fixed schema defaults (elementFormDefault, etc.) for included
      schemas.
      Fixed a bug which reported attributes as invalid on
      elements declarations with the built-in type 'anyType'.
      Added "lax" validation of the content of elements of type
      'anyType'.
      Fixed: element declarations with the same name were treated
      as duplicate if located in the subtree of <choice> -> <sequence>.
      (This was bug 150623, submitted by Roland Lezuo)
      Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
      by Igor Kapitanker. (This was bug 150647, submitted by Igor
      Kapitanker)
    * xmlschemastypes.c: Changed the type of anyType to
      XML_SCHEMAS_ANYTYPE.
    * include/libxml/xmlerror.h: Added schema parser errors.
    * result/schemas/bug145246_0_0*
      result/schemas/extension1_0_2.err: Changed test results.
    * result/schemas/ct-sc-nobase_0_0*
      result/schemas/facet-whiteSpace_0_0*
      result/schemas/import1_0_0* result/schemas/import2_0_0*
      result/schemas/include2_0_0* result/schemas/include3_0_0*
      result/schemas/restriction-attr1_0_0*
      result/schemas/seq-dubl-elem1_0_0*
      result/schemas/xsd-list-itemType_0_0*: Added new rest results.
      test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
      test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
      test/schemas/import2_0* test/schemas/include2_0*
      test/schemas/include3_0* test/schemas/restriction-attr1_0*
      test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
      test/schemas/xsd-list-itemType_0*: Added new tests and missing
      files.
    

  • 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