mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

- SAX.c tree.c debugXML.c: fixed bogus behaviour when an undeclared namespace prefix was used, added a warning. Cleaned up support w.r.t. entities, spilling out a warning and being pedantic on lookups. - test/warning/ent9 : added testcase for previous example. - TODO: updated - parserInternals.h parser.c: changed the way names are parsed now allow infinite size and decrease penalty for normal use - parser.c: Started a big cleanup/check of the parser code, fixed some of the most tortuous entity code, spotted code unused anymore - test/*: added tests for very long names and related nasty things. Daniel
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
Description
Languages
C
88.1%
HTML
5.8%
Python
3.6%
M4
0.5%
CMake
0.5%
Other
1.4%