RE: [xsl] concat variable names

Subject: RE: [xsl] concat variable names
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Sat, 16 Mar 2002 09:50:43 -0000
> Couldn't he do:
>
> <xsl:for-each select="($var1 | $var2 | $var3 | $var4 | $var5)">
> ...
> </xsl:for-each>
>
He could, if the value of each of the variables is a node-set containing a
single node, and the nodes are in document order... But that seems unlikely.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


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


Current Thread