CVSROOT: /cvs/gnome Module name: libxml2 Changes by: kbuchcik 06/05/11 12:25:44
Modified files: . : ChangeLog xmlschemas.c Log message: * xmlschemas.c: Fixed bug #341337 [http://bugzilla.gnome.org/show_bug.cgi?id=341337], reported by David Grohmann. The code expected a node (xmlNodePtr) on the info for a non-existent default attribute, which clearly cannot be expected, since the attribute does not exist. I can only guess that this sneaked trying to eliminate the query for the owner-element, which is unavoidable actually. Note that creation of default attributes won't have an effect if validating via SAX/XMLReader; i.e., the processor won't fire additional start-attribute events (I'm not even sure if Libxml2 has such a SAX-event; I think it hands them all over in the start-element event). URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libxml2&who=kbuchcik&date=explicit&mindate=2006-05-11%2012:24&maxdate=2006-05-11%2012:26 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list