Subject: Re: [xsl] nested grouping problem From: David Carlisle <davidc@xxxxxxxxx> Date: Mon, 04 Oct 2010 19:39:04 +0100 |
I am mystified as to how the<xsl:if test="position()!=1">;</xsl:if> knows to put the semicolon after every grouped @main item except the last one.
<xsl:for-each select=....> <xsl:if test=position()!=1>,</xsl:if> <foo/> </xsl:for-each>
<xsl:for-each select=....> <foo/> <xsl:if test=position()!=last()>,</xsl:if> </xsl:for-each>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] nested grouping problem, Terry Ofner | Thread | Re: [xsl] nested grouping problem, Terry Ofner |
Re: [xsl] nested grouping problem, Terry Ofner | Date | Re: [xsl] nested grouping problem, Terry Ofner |
Month |