mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-27 14:03:36 +03:00
be803967db
- configure.in: 2.1.0 prerelease - example/Makefile.am example/gjobread.c tree.h: work on libxml1 libxml2 convergence. - nanoftp, nanohttp.c: fixed stalled connections probs - HTMLtree.c SAX.c : support for attribute without values in HTML for andersca - valid.c: Fixed most validation + namespace problems - HTMLparser.c: start document callback for andersca - debugXML.c xpath.c: lots of XPath fixups from Picdar Technology - parser.h, SAX.c: serious speed improvement for large CDATA blocks - encoding.[ch] xmlIO.[ch]: Improved seriously saving to different encoding - config.h.in parser.c xmllint.c: added xmlCheckVersion() and the LIBXML_TEST_VERSION macro Daniel
24 lines
748 B
Plaintext
24 lines
748 B
Plaintext
|
|
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
|