xsl-list
[Top] [All Lists]

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

2003-05-07 11:53:40
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