[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] XSL Javascript prob
Subject: Re: [xsl] 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
|