On Tue, Oct 11, 2005 at 02:11:08PM -0600, Jason Aeschilman wrote: > I'm unclear on when you use xmlSetGenericErrorFunc versus > xmlSetStructuredErrorFunc. All the errors that I have seen so far get > handled by the handler I pass into xmlSetGenericErrorFunc. So what is > xmlSetStructuredErrorFunc used for?
instead of getting a string with the error message you get a structure with all the informations about the error. It can be way more useful in integrated error reporting. 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
