Re: [xsl] multiple if and expression

Subject: Re: [xsl] multiple if and expression
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Tue, 01 Oct 2002 18:40:05 +0200
thomas wrote:

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

--
Oleg Tkachenko
Multiconn International, Israel


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



Current Thread