at Thursday, February 01, 2001 4:47 PM
Mohamed Salam wrote

> i have tried <xsl:if expr="position()==2">   ...</xsl:if>
> i didn't work

Nor should it, since it's not XSLT. 

What you want is
<xsl:if test="expression">...  </xsl:if>

Michael

------------------------------------------
Michael Beddow
http://www.mbeddow.net/

Reply via email to