xsl-list
[Top] [All Lists]

SV: [xsl] xsl:function problem

2007-05-13 12:34:53
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


      

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>