Use

<xsl:if test="not(contains(feld6,'.gif'))">
or <xsl:choose> and <xsl:otherwise> which are like the switch statement 
in C.

Tom

Andy wrote:

> Yes it works with true, but how could I check for false ?
> 
> Greg Militello schrieb:
> 
>> Have you tried:
>> 
>> <xsl:if test="contains(feld6,'.gif')">
>> 
>> </xsl:if>
>> 
>> ???
> 

Reply via email to