On Wed, Oct 11, 2006 at 11:17:49PM +0200, Mike Hommey wrote: > On Wed, Oct 11, 2006 at 04:22:34PM -0400, Daniel Veillard <[EMAIL PROTECTED]> > wrote: > > I finally managed to free up a few days for libxml2 and libxslt > > maintainance. > > I'm going though a lot of old bug reports and made a number of changes, some > > of them are substancial, touching the SAX behaviour or file/URL handlings, > > I suggest people check the CVS version (directly or the snapshots at > > ftp://xmlsoft.org/libxml2/) in the next couple of days before the releases, > > Please consider fixing http://bugzilla.gnome.org/show_bug.cgi?id=352965,
I looked at it yesterday, problem the patch is wrong, the transformation may fail and return -1 for a lot of reason and setting then the transformation error code to 11 immediately at that point is just wrong, it would break anybody relying on the existing error codes. So I need to make a real patch for it and this takes some work, one need to add a new error code and processing path in the serialization. There is also the undefined behaviour of a transformation outputting to secondary files with exslt:document and not actually emitting anything in the specified filename on the command line (classic for docbook chunked processing). So problem is quite more complex than what the bug report seems to assume. > http://bugzilla.gnome.org/show_bug.cgi?id=342737, need to be checked anything related to entities processing is by definition quite complex, but yes, sure. > http://bugzilla.gnome.org/show_bug.cgi?id=331985, Looks right, yes > and http://bugzilla.gnome.org/show_bug.cgi?id=320540 already done, apparently I forgot to mark it as FIXED... done Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
