|
Subject: [xsl] for-each order From: "Charly" <cohana@xxxxxxxxxxxxxxx> Date: Fri, 14 Dec 2001 11:35:22 -0800 |
Hello,
Is there a way to do <xsl:for-each ..... and looping backwards.
My XML looks like
<histo>
<bar value="60" legend="Jan" />
<bar value="77" legend="Feb" />
<bar value="53" legend="Mar" />
<bar value="14" legend="Apr" />
</histo>
and I want to store 14,53,77,60 in a variable .
<xsl:variable name="position">
<xsl:for-each select="$path">
<xsl:value-of select="@value"/>,
</xsl:for-each>
</xsl:variable>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] for-each order, Charly | Thread | Re: [xsl] for-each order, Jeni Tennison |
| Re: [xsl] for-each order, Trevor Nash | Date | Re: [xsl] Accessing the Next Node i, David Carlisle |
| Month |