[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] multiple if and expression


Subject: RE: [xsl] multiple if and expression
From: John Pallister <jpallister@xxxxxxxxxxxx>
Date: Tue, 1 Oct 2002 11:43:27 -0400

Try

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


-----Original Message-----
From: thomas [mailto:thomas.lohbeck@xxxxxx]
Sent: Tuesday, October 01, 2002 11:33 AM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] multiple if and expression


Hello
Im struggling with the multiple if expression.
<xsl:if test="not(@da = '') 'and' not(@dada = '') 'and' not(@dadada = '')">
proceed
</xsl:if>

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

Or do I have to do nested xsl:if?

thanx
loebek


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

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



Current Thread