Variables2003-11-19 10:12:56I'm not certain how to handle a specific variable operation.
<xsl:variable name="startTime"/>
<xsl:call-template name="date:day-name">
<xsl:with-param name="date-time"
select="Dates/DateSpan/StartDate"/>
</xsl:call-template>
<xsl:if test="number(substring(Dates/DateSpan/StartDate,12,2)) >=
12">
I want to set startTime = a specific number, how do I do that?
</xsl:if>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||