Re: [xsl] multiple if and expression

Subject: Re: [xsl] multiple if and expression
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Tue, 01 Oct 2002 17:42:12 +0200
thomas wrote:
Hello
Im struggling with the multiple if expression.
<xsl:if test="not(@da = '') 'and' not(@dada = '') 'and' not(@dadada = '')">
proceed
</xsl:if>

Where did you find that it has to be 'and' instead of simply and??


<xsl:if test="not(@da = '') and not(@dada = '') and not(@dadada ='')">


I found something on http://www.w3.org/TR/xpath#NT-AndExpr

Or do I have to do nested xsl:if?

thanx
loebek

Regards,


Joerg


--


System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de

VIRBUS hat jetzt als erster deutscher Softwarehersteller die
Zertifizierung für den 3D Secure-Authentifizierungsstandard "Verified by
Visa" erhalten.


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread