Re: [xsl] multiple if and expression

Subject: Re: [xsl] multiple if and expression
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 1 Oct 2002 16:51:13 +0100
> Im struggling with the multiple if expression.
> <xsl:if test="not(@da = '') 'and' not(@dada = '') 'and' not(@dadada = '')">
> proceed

'and' would be a string consisting of those three letters, you want
the operator and which is just and without the quotes.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread