RE: [xsl] variable declaration

Subject: RE: [xsl] variable declaration
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 18 Nov 2002 11:50:46 -0500
At 2002-11-18 16:30 +0000, Stuart Brown wrote:
Firstly, you can't use the <xsl:variable> element as a direct child of
<xsl:for-each>: it can only be used as a child of <xsl:stylesheet> or
<xsl:template>.

This is a false statement ... I often do this and it is very useful to have a locally scoped variable within the for-each construct. Since the scope of a variable is its following siblings and their descendants, the variable can be assigned a new value when the next node in the current node list is acted upon.


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


-- Upcoming hands-on in-depth XSLT/XPath and/or XSL-FO: - North America: Feb 3 - Feb 7,2003

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-10-1             Practical Formatting Using XSL-FO
Next conference training:                    2002-12-08,03-03,06


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



Current Thread