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: tough problem



* 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

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