• Show log

    Commit

  • Hash : a6d8eb62
    Author : Daniel Veillard
    Date : 2000-12-27T10:46:47

    Finally had a bit of time to resynch both trees:
    - HTMLparser.[ch]: added a way to avoid adding automatically
      omitted tags. htmlHandleOmittedElem() allows to change the
      default handling.
    - tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
      xmlDocDumpFormatMemoryEnc(), uses memory functions for output
      of xmllint too when using --memory flag, added a memory test
      suite at the Makefile level.
    - xpathInternals.h xpath.[ch] xpointer.c: fixed problems
      with namespace use when encountering QNames in XPath evalation,
      added xmlns() scheme in XPointer.
    - nanoftp.c : incorporated a fix
    - parser.c xmlIO.c: fixed problems raised with encoding when using
      the memory I/O
    - parserInternals.c: closed bug 25934 reported by
      torsten.landschoff@innominate.de
    - TODO: updated
    Daniel
    

  • README

  •                   XML parser for Gnome
    
    Full documentation is available on-line at
        http://xmlsoft.org/
    
    This code is released under the LGPL and the W3C IPR
    
    A mailing-list is available, to subscribe:
        echo "subscribe xml" | mail majordomo@rufus.w3.org
    
    The list archive is at:
        http://xmlsoft.org/messages/
    
    NOTE: I use a second CVS server for experimental version of the XML code,
          this mean that if you commit without a Changelog or without sending
          the patch to me or the list, it may well get lost. I usually check
          before copying over the Gnome directory, but it may happen.
    
        People interested in the bleeding edge or what I'm up to can check
        at http://dev.w3.org/cgi-bin/cvsweb/XML/
    
    Daniel.Veillard@w3.org