GNOME Bugzilla – Bug 423093
Make xsltMessage use ctxt->error
Last modified: 2007-03-27 14:53:13 UTC
With xsltSetTransformErrorFunc, libxslt can use a per-xsltTransformCtxt error message callback instead of the global one set with xsltSetGenericErrorFunc. Unfortunately, xsltMessage isn't hooked up to take advantage of this feature. Attaching a patch.
Created attachment 85350 [details] [review] Make xsltMessage use ctxt->error
Cool, thanks a lot, applied and commited, it's in revision 1424 ! Daniel