** Changed in: libxslt
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libxslt in Ubuntu.
https://bugs.launchpad.net/bugs/85439

Title:
  xsltproc crashdump

Status in LibXSLT:
  Fix Released
Status in “libxslt” package in Ubuntu:
  Triaged

Bug description:
  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!

To manage notifications about this bug go to:
https://bugs.launchpad.net/libxslt/+bug/85439/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to