Subject: Re: XSL Javascript prob
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Fri, 14 Sep 2001 10:24:56 -0400
|
Chris and everyone else has assumed that the problem here is to avoid
including the last row. But isn't the problem really to avoid including any
row without a data value? So it should go something like this:
test="not(text()='')"
Cheers,
Tom P
[Chris Bayes]
> Doh!
> "<xsl:value-of select="@ID"/>"<xsl:if
> test="not(position()=last())">,</xsl:if>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Array XSL PROb, (continued)
- P Vikram - Sat, 15 Sep 2001 12:10:13 -0400 (EDT)
- Jeni Tennison - Tue, 18 Sep 2001 06:00:38 -0400 (EDT)
- P Vikram - Tue, 18 Sep 2001 12:08:32 -0400 (EDT)
- Michael Kay - Sat, 15 Sep 2001 16:23:58 -0400 (EDT)
- Thomas B. Passin - Sat, 15 Sep 2001 00:04:43 -0400 (EDT) <=
- Michael Kay - Thu, 13 Sep 2001 03:59:47 -0400 (EDT)
|
|