|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Applying for-each loop to variable that contains resul
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








