Subject: RE: Calling a vbscript function
From: "Dave Bartmess" <dingodave@xxxxxxxxxx>
Date: 09 Jun 2003 05:11:48 -0600
|
Just in case, if the name of your element is "intDuration", leave off
the "$", I believe, since the $ denotes a variable or parameter to the
template.
On Mon, 2003-06-09 at 01:24, Michael Kay wrote:
> > And I trying to call the function like this
> >
> > <b><xsl:value-of select="user:MyFunction(<xsl:value-of
> > select="$intDuration"/>)" /></b>
> >
> > Can any one help me with the correct syntax.
> >
>
> select="user:myFunction($intDuration)"
>
> Sometimes things are easier than you think.
>
> Michael Kay
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
--
David A. Bartmess
Software Configuration Manager / Sr. Software Developer
eDingo Enterprises
http://edingo.net
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|