Re: [xslt] Segfault on misplaced func:result



Fixed in SVN - libxslt rev. 1460

Mark Howe wrote:
> The following segfaults xsltproc (and our own libxslt-based app):
>
> <xsl:stylesheet
>      version="1.0"
>      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>      xmlns:func="http://exslt.org/functions";
>      xmlns:exsl="http://exslt.org/common";
>      extension-element-prefixes="func">
>
> <xsl:template match="/">
>    <func:result><p>goodbye cruel world</p></func:result>
> </xsl:template>
>
> </xsl:stylesheet>
>
> It's obviously a dumb thing to feed to LibXSLT (over-zealous copy
> and
> paste)...
> _______________________________________________
> 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]