xsl-list
[Top] [All Lists]

Re: [xsl] xsl:function problem

2007-05-13 16:41:15
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(_at_)yahoo(_dot_)com> 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




--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>