|
Subject: [xsl] Applying for-each loop to variable that contains result tree fragment From: Shirley Peter <petershirley_2000@xxxxxxxxxxx> Date: Wed, 7 May 2003 19:53:40 +0100 (BST) |
I want to use a variable as the context for a for-each
loop.
i.e. <xsl:for-each select="$var">
However the content of this variable is dependent on
some conditions, and therefore the body of the
variable is used.
e.g.
<xsl:variable name="var">
<xsl:if test="$otherval = '1'">
1</xsl:if>
<xsl:if test="$otherval = '2'">2</xsl:if>
</xsl:variable
__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Applying for-each loop to, David Carlisle | Thread | RE: [xsl] Applying for-each loop to, Passin, Tom |
| [xsl] Applying for-each loop to var, Shirley Peter | Date | Re: [xsl] Applying for-each loop to, Shirley Peter |
| Month |