Hi Nils,

I could not find a JIRA issue for it so I do not think there are any current plans to implement it. You can open a JIRA issue at: http://issues.apache.org/jira/secure/Dashboard.jspa

For a workaround would using a named template and assigning the result to a variable work for you?

<xsl:variable name="result">
    <xsl:call-template name="function">
        <xsl:with-param .../>
    </xsl:call-template>
</xsl:variable>

Erin Harris




Nils Kaiser <[EMAIL PROTECTED]>

14/07/2006 05:19 AM

To
[email protected]
cc
Subject
Support for func:function (exslt) in XSLTC





Hello,

on the website of XSLTC it says that support for the exslt.org func:function function is underway. What is the state of this development? Is there something available already?

We are developing a webapp in cocoon with multiple transforms, and I want to avoid switching back to Xalan - and thus killing performance - due to a single missing extention function only.

Thx,

Nils Kaiser

Reply via email to