xsl-list
[Top] [All Lists]

Re: Determine last element before applu-templates

2005-01-23 03:50:08
Tempore 11:41:08, die 01/23/2005 AD, hinc in xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com scripsit gerritjan <gerritjankoekkoek(_at_)mac(_dot_)com>:

    <xsl:if test="position()=$last_element">
      <xsl:text>Something specific for last element</xsl:text>
    </xsl:if>
Hi,

Maybe you can use:
<xsl:if test="position()=last()">
        <xsl:text>Something specific for last element</xsl:text>
</xsl:if>

regards,
--
Joris Gillis (http://www.ticalc.org/cgi-bin/acct-view.cgi?userid=38041)
Deserta faciunt et innovationem appelant

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--