This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: concat variable names


> 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@ntlworld.com
work: Michael.Kay@softwareag.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]