|
Subject: RE: [xsl] List in a variable From: Jarno.Elovirta@xxxxxxxxx Date: Wed, 8 Aug 2001 10:58:26 +0300 |
<xsl:key name="class" match="class" use="@type"/>
<xsl:variable name="myVar">
<xsl:for-each select="key('class', 'second')">
<xsl:value-of select="@name" />
<xsl:if test="position() != last()">#</xsl:if>
</xsl:for-each>
</xsl:variable>
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Problem with xsl:choose, Ben Robb | Thread | [no subject], Lakshmi Narayanan K |
| [xsl] Problem with xsl:choose, Lakshmi Narayanan K | Date | Re: [xsl] Problem with xsl:choose, Goetz Bock |
| Month |