Re: [xsl] Variables

Subject: Re: [xsl] Variables
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 19 Nov 2003 13:20:15 -0500
This is a FFFFFAQ: variables in XSLT cannot vary within their scope, you must find a functional approach to your problem.

Try reading the XSLT Recommendation and many of the freely available resources that address these beginner questions. There is an *excellent* FAQ at:

http://www.dpawson.co.uk

................ Ken

At 2003-11-19 12:12 -0500, kakridge@xxxxxxxxxxxxx wrote:
I'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)) &gt;=
12">
        I want to set startTime = a specific number, how do I do that?
</xsl:if>


--
Next public European delivery:  3-day XSLT/2-day XSL-FO 2004-01-??
Instructor-led on-site corporate, government & user group training
for XSLT and XSL-FO world-wide:  please contact us for the details

G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                       Definitive XSLT and XPath
ISBN 0-13-140374-5                               Definitive XSL-FO
ISBN 1-894049-08-X   Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X               Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:     http://XMLGuild.info
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


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



Current Thread