[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] xsl text problem


Subject: RE: [xsl] xsl text problem
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 17 Sep 2001 22:03:04 +0100

>              One of my stylesheet results me a string
> which should look something like this
> 1,2,3
> 
> but i get a string like the below
> 
>     1,2,3,
>  ne solution for this.

<xsl:if test="position()!=last()">,</xsl:if>

Mike Kay

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



Current Thread