Hi,
I am using a template and I am currently using the line
<xsl:if test="position() = '1'"> ...... </xsl:if>
however I was wondering if there is a way to do a similar line but for the last position, the only problem is that I do not know how many elements there will be . Is there a way I can do this.
Thank you
Craig
I am using a template and I am currently using the line
<xsl:if test="position() = '1'"> ...... </xsl:if>
however I was wondering if there is a way to do a similar line but for the last position, the only problem is that I do not know how many elements there will be . Is there a way I can do this.
Thank you
Craig