/ Published in: XHTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<xsl:if test="position() = last()"> <xsl:attribute name="class">last</xsl:attribute> </xsl:if>