Subject: RE: Inserting global parameter value into xsl:function
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 19 Jun 2003 14:34:53 +0100
|
>
> <xsl:function name="njp:forwardURL">
> <xsl:param name="placeholder"/>
>
> I _think_ that makes this param a string
No, the default type is "item()*" which accepts anything (any sequence
of items). The default value of this param is a zero-length string, but
the supplied value can be anything you like.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|