Mohamed Salam wrote:
> 
> Would anyone know if sab support
> xsl:eval
> xsl:if
> 
> in case it support one of those , can you provide me with the correct
> syntax.
> 
> i have tried <xsl:if expr="position()==2">   ...</xsl:if>
> i didn't work
> 
> Dose anyone knows how to get arround this problem

You are being bitten by the difference between an older MS
non-conformant XSL and the XSLT standard as implemented by Sablotron. 
See the spec on www.w3.org for full details, but there is no xsl:eval,
and xsl:if takes a test="" attribute.

 Steve

Reply via email to