[xsl] Calling a vbscript function

Subject: [xsl] Calling a vbscript function
From: "rajith r" <ajth_r@xxxxxxxxxxx>
Date: Mon, 09 Jun 2003 06:50:05 +0000
Hi All

I want to call a vbscript function MyFunction(intValue) which accepts an integer value and returns a string.

I am trying to do some thing like this :-

<msxsl:script language="VBScript" implements-prefix="user">
<![CDATA[

	function MyFunction( Secs )
	.........
	end function


]]> </msxsl:script>

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.

Thanks and Regards
Rajith

_________________________________________________________________
Looking for love? Yearning for friendship? http://www.msn.co.in/Romance/ You're in the right place



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread