SV: [xsl] xsl:function problem

Subject: SV: [xsl] xsl:function problem
From: Soeren Kuula <s_kuula@xxxxxxxxx>
Date: Sun, 13 May 2007 21:34:29 +0200 (CEST)
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