Public bug reported: Binary package hint: xsltproc
I think the cause was creating func:function (using exslt) with TWO func:result nodes... Example (untested): <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:func="http://exslt.org/functions" extension-element-prefixes="func" > <xsl:output method="xml" indent="yes"/> <func:function name="foo"> <func:result select="'bar'"/> <func:result select="'bar'"/> </func:function> <xsl:template match="/"> <node> <xsl:value-of select="foo()"/> </node> </xsl:template> </xsl:stylesheet> Ciao! ** Affects: libxslt (Ubuntu) Importance: Undecided Status: Unconfirmed -- xsltproc crashdump https://launchpad.net/bugs/85439 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs