Re: [xml] [xslt] Windows compilation warning: argument - incompatible typ es



On Mon, Aug 27, 2001 at 10:14:05AM -0500, Chris_Poblete@Dell.com wrote:
> PROPOSED RESOLUTION:
> ------------------------------------------------------------
> extensions.c:975
> <	xsltPrintErrorContext(style, NULL, NULL);
> ----------
> >	xsltPrintErrorContext(xsltGenericErrorContext, style, NULL);
> ------------------------------------------------------------

  This is related to libxslt -> use xslt@gnome.org
This was already reported there, is fixed in CVS and the correct fix is
    xsltPrintErrorContext(NULL, style, NULL);
The suggested fix would actually very probably crash the library by
passing an xsltGenericErrorContext pointer instead of a xsltTransformContextPtr
for the first argument of xsltPrintErrorContext(),

  thanks anyway,

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
veillard@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]