passara variabile a lista se ultimo elemento


/ Published in: XHTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <xsl:if test="position() = last()">
  2. <xsl:attribute name="class">last</xsl:attribute>
  3. </xsl:if>

Report this snippet


Comments


You need to login to view comments.