Re: [xsl] xsl:function problem

Subject: Re: [xsl] xsl:function problem
From: "Ilya Sterin" <sterini@xxxxxxxxx>
Date: Sun, 13 May 2007 19:41:01 -0400
Yes, it's just there for the parameter that's passed it and
xsl:value-of is what's being returned.

Ilya

On 5/13/07, Soeren Kuula <s_kuula@xxxxxxxxx> wrote:
Hi,

> <xsl:function name="p2f:lookupNameFor">
>         <xsl:param name="formOID" as="xs:string"/>
>         <xsl:value-of
> select="tokenize(//ItemGroupDef[OID=$formOID]/@Name,
> '::')"/>
> </xsl:function>

Do you really mean to close the xsl:param tag where
you are closing it?

regards
Soren

Current Thread