How do I use a script function on value-of select?

Subject: How do I use a script function on value-of select?
From: Erick Cloward <ericklind1@xxxxxxxxx>
Date: Fri, 3 Nov 2000 15:57:49 -0400 (EST)
Hi,
I'm trying to get a script function to format the
value-of select tag, but I haven't been able to find
anything on the net or elsewhere that explains what
I'm trying to do.
This is a snippet of what I'm trying to do, but I
can't figure out how to do it:

<xsl:eval>formatDate1(<xsl:value-of
select="invoicedate" />)</xsl:eval>
<xsl:script language="VBScript">
<![CDATA[
function formatDate1(idate)
formatDate1 = formatDateTime(idate, vbshortdate)
end function
]]>
</xsl:script>

Any help would be appreciated!
Thanks,

Erick 

__________________________________________________
Do You Yahoo!?
>From homework help to love advice, Yahoo! Experts has your answer.
http://experts.yahoo.com/




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


Current Thread