On Wed, Jul 27, 2005 at 01:53:25PM -0400, Rob Richards wrote: > Its enabled whenever libxml is built with --with-mem-debug as it defines > LIBXML_DEBUG_RUNTIME that kicks off all the checking. > Wasn't sure how serious this message was as all the debug messages tend > to be raised only when there is something wrong with the XML.
Okay --with-mem-debug is good for maintainers work. It's more pedantic than any average application developper would need, but yeah having element names not allocated from the document dictionnary is a non-common condition, that I prefer to flag if it even happen by mistake during libxml2 regression tests. Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
