[xsl] Applying for-each loop to variable that contains result tree fragment

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