RE: [xsl] Variables

Subject: RE: [xsl] Variables
From: cknell@xxxxxxxxxx
Date: Wed, 19 Nov 2003 14:05:53 -0500
> -----Original Message-----
> From:     kakridge@xxxxxxxxxxxxx
>
> I'm not certain how to handle a specific variable operation.
> 
> <xsl:variable name="startTime"/>
>
> I want to set startTime = a specific number, how do I do that?

<xsl:variable name="startTime">100</xsl:variable>

-- 
Charles Knell
cknell@xxxxxxxxxx - email


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


Current Thread