Re: tough problem

Subject: Re: tough problem
From: Lars Marius Garshol <larsga@xxxxxxxxxxxxxxx>
Date: 19 May 2000 12:19:42 +0200
* Evgenii Bazarov
| 
| 
| However I can't get rid of trailing comma. 
| I tried the 
|   <xsl:if test="position()!=1"> 
| test, however the position() is equal 1 more then once.

I'm no XSLT expert and don't fully understand your problem, but
perhaps what you want is

  <xsl:if test="position() == last()"> ?

--Lars M.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread