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 & 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]