This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XSL Javascript prob


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]