After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 423093 - Make xsltMessage use ctxt->error
Make xsltMessage use ctxt->error
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-26 21:20 UTC by Shaun McCance
Modified: 2007-03-27 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make xsltMessage use ctxt->error (1.36 KB, patch)
2007-03-26 21:21 UTC, Shaun McCance
none Details | Review

Description Shaun McCance 2007-03-26 21:20:32 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.
Comment 1 Shaun McCance 2007-03-26 21:21:37 UTC
Created attachment 85350 [details] [review]
Make xsltMessage use ctxt->error
Comment 2 Daniel Veillard 2007-03-27 14:53:13 UTC
Cool, thanks a lot, applied and commited, it's in revision 1424 !

Daniel