Guys, I have been surfing around for this question and did not seem to be able to find it..
This is my script in my xsl..
And here is my html code in XSL..
I would like to pass a node to the function, where '???' is. How can I accomplish this?
Thanks.
-- gyfu --
Crystal Ver 10
Microsoft SQL
This is my script in my xsl..
Code:
<msxsl:script language="VBScript" implements-prefix="user">
<![CDATA[
Function theDate(NODE)
thedate = NODE & "January"
End Function
]]>
</msxsl:script>
Code:
<xsl:value-of disable-output-escaping="yes" select="user:theDate(???)"/>
Thanks.
-- gyfu --
Crystal Ver 10
Microsoft SQL