|
Subject: Re: [xsl] Getting a list of node Text() From: Nicholas Orr <nick@xxxxxxxxxxx> Date: Wed, 20 Jun 2007 09:35:14 +1000 |
once a variable has been bound to a value, it keeps that value.
<xsl:for-each select=".//Calculation"> <xsl:value-of select="."/> <xsl:if test="position()!=last()">, </xsl:if> </xsl:for-each>
Thanks, Nick
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Getting a list of node Te, David Carlisle | Thread | Re: [xsl] Getting a list of node Te, David Carlisle |
| Re: [xsl] Getting a list of node Te, David Carlisle | Date | Re: [xsl] Getting a list of node Te, David Carlisle |
| Month |