• Show log

    Commit

  • Hash : 067bae5f
    Author : Daniel Veillard
    Date : 2003-01-05T01:27:54

    seriously changed the way data are pushed to the underlying parser, go by
    
    * xmlreader.c: seriously changed the way data are pushed to
      the underlying parser, go by block of 512 bytes instead of
      tryng to detect tag boundaries at that level. Changed the
      way empty element are detected and tagged.
    * python/tests/reader.py python/tests/reader2.py
      python/tests/reader3.py: small changes mostly due to context
      reporting being different and DTD node being reported. Some
      errors previously undetected are now caught and fixed.
    * doc/xmlreader.html: flagged last section as TODO
    Daniel
    

  • README

  •                   XML toolkit from the GNOME project
    
    Full documentation is available on-line at
        http://xmlsoft.org/
    
    This code is released under the MIT Licence see the Copyright file.
    
    To report bugs, follow the instructions at: 
      http://xmlsoft.org/XSLT/bug.html
    
    A mailing-list xml@gnome.org is available, to subscribe:
        http://mail.gnome.org/mailman/listinfo/xml
    
    The list archive is at:
        http://mail.gnome.org/archives/xml/
    
    Daniel Veillard
    
    $Id$