• Show log

    Commit

  • Hash : 496a1cf5
    Author : Daniel Veillard
    Date : 2000-05-03T14:20:55

    revamped the encoding support, added iconv support, so now libxml if
    
    
    * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
      the encoding support, added iconv support, so now libxml if
      compiled with iconv automatically support japanese encodings
      among others. Work based on initial patch from Yuan-Chen Cheng
      I may have broken binary compat in the encoding handler
      registration scheme, but that was so utterly broken I don't
      expect anybody to have used this feature until now.
    * parserInternals.h: fixup on the CHAR range macro
    * xml-error.h, parser.c: catch URL/URI errors using the uri.c
      code.
    * tree.[ch]: added xmlBufferGrow(), was needed for iconv
    * uri.c: added xmlParseURI() I can't believe I forgot to
      implement this one in 2.0 !!!
    * SAX.c: moved doc->encoding update in the endDocument() call.
    * TODO: updated.
    
      Iconv rules :-)
    
    Daniel
    

  • README

  •                   XML parser for Gnome
    
    Full documentation is available on-line at
        http://xmlsoft.org/
    
    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