Forums
(@fredrikkindahl)
12 years, 11 months ago
Ok, i dont’t know why, but when i tried <xsl:if test="position()=1"> instead of <xsl:if test="position()=first()"> it works fine ??
<xsl:if test="position()=1">
<xsl:if test="position()=first()">