Re: [xslt] Crash in AVT processing



Hmm.. Did a cvs update on attrvt.c and while it does prevent the crash it
also prevents it from working:

Z:\>type z.xsl
<xsl:stylesheet version="1.0"
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>

<xsl:template match="/">
<node val="{'1'}{'2'}{'3'}{'4'}{'5'}{'6'}{'7'}{'8'}"/>
</xsl:template>

</xsl:stylesheet>

Z:\>z:\gsstools\bin\xsltproc z.xsl z.xsl
<?xml version="1.0"?>
<node val="{'1'}{'2'}{'3'}{'4'}{'5'}{'6'}{'7'}{'8'}"/>
Z:\>

Monday, March 15, 2004 1:29 PM
To: xslt@gnome.org
cc:
From: "John Fleck" <jfleck@inkstain.net>
Subject: Re: [xslt] Crash in AVT processing



Might this be http://bugzilla.gnome.org/show_bug.cgi?id=137166, which the
indefatiguable William Brack reports has already been fixed in CVS?

Cheers,
John

On Mon, Mar 15, 2004 at 01:10:27PM -0700, Mark_Vakoc@peoplesoft.com wrote:
>
> It would appear that, while using libxslt 1.1.4 (compiled against libxml
> 2.6.7) having more than 7 variables in an AVT causes a crash.  See the
> attached stylesheet for an example:
>
>
> (See attached file: z.xsl)
> (See attached file: stdout)



_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
xslt@gnome.org
http://mail.gnome.org/mailman/listinfo/xslt







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