| 
 
Subject: Re: [xsl] multiple if and expression From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx> Date: Tue, 01 Oct 2002 18:40:05 +0200  | 
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
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] multiple if and expressio, Jean-Baptiste COMBES | Thread | RE: [xsl] multiple if and expressio, John Pallister | 
| RE: [xsl] conditional inlcudes -is , Vedu Hariths | Date | RE: [xsl] conditional inlcudes -is , Vedu Hariths | 
| Month |