[Home] [By Thread] [By Date] [Recent Entries]
David Pacheco wrote:
I have tried to use the recommendation raised previously in this forum to produce a separated by commas list, but I do not obtain the awaited results. What do you get, and what result do you expect? If you don't like the dot after each semicolon, just move the generating element after the for-each, from here > <xsl:if test="not(position() = last())"> > <xsl:text>; </xsl:text> > </xsl:if> <xsl:text>. </xsl:text> > </xsl:for-each> to > <xsl:if test="not(position() = last())"> > <xsl:text>; </xsl:text> > </xsl:if> > </xsl:for-each> >>>> <xsl:text>. </xsl:text>
J.Pietschmann XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



