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>
>
> ???
> -----Original Message-----
> From: Andy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 03, 2001 7:45 AM
> To: Sablotron Mailing List
> Subject: [Sab] Problems with contains()
>
> Hello,
>
> i 've got a problem with the contains() - function. This code doesn't
> work:
>
> <xsl:if test="contains(feld6,'.gif')=TRUE">
>     -- code --
> </xsl:if>
>
> <xsl:if test="contains(feld6,'.gif')=FALSE">
>     -- code --
> </xsl:if>
>
> other version:
>
> <xsl:if test="contains(feld6,'.gif')=true()">
>     -- code --
> </xsl:if>
>
> <xsl:if test="contains(feld6,'.gif')=false()">
>     -- code --
> </xsl:if>
>
> How can I check the result of the contains - function? Is it a bug of
> the contains - function ?
>
> Another problem is a Sitereload with a short time-differenz. Then the
> xslt_process shows the pure html-code and not the interpreded one. I
> mean it doesn't interpred the &amp; in &.
> How could I fix that.
>
> Thanx for help
>
> --
> Andy - Kim Möller
> Softwaredevelopment & Databasemanagment
> I.A.d.F. ypsilon.net
>
> Tel.: (06109) - 50 50
> FAX : (06109) - 50 525
> eMail : [EMAIL PROTECTED]

--
Andy - Kim Möller
Softwaredevelopment & Databasemanagment
I.A.d.F. ypsilon.net

Tel.: (06109) - 50 50
FAX : (06109) - 50 525
eMail : [EMAIL PROTECTED]

begin:vcard 
n:M�ller;Andy-Kim
tel;cell:0179/2302856
tel;fax:06109 / 505 25 
tel;home:06661/4526
tel;work:06109 / 505 193
x-mozilla-html:FALSE
url:http://www.ypsilon.net
org:i. A. d. F. Ypsilon - Network GmbH;Database - Managment & Software - Development
adr:;;Vilbeler Landstr. 203;Frankfurt;Hessen;60388;Germany
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Andy-Kim M�ller
end:vcard

Reply via email to