Re: How to &&

Subject: Re: How to &&
From: "Albert Tsun" <albert.tsun@xxxxxxxxxxxx>
Date: Thu, 26 Oct 2000 17:59:20 +0800

you should use "and" operator





"Rob van der Zeijden" <r.zeijden@xxxxxxxxx> on 10/26/2000 04:27:33 PM

Please respond to xsl-list@xxxxxxxxxxxxxxxx

To:   xsl-list@xxxxxxxxxxxxxxxx
cc:    (bcc: Albert Tsun/Excel)

Subject:  How to &&




I want to test two variables. The test in java would be
if (//bodytext/setdatum/set == true && file://bodytext/setzeit/set ==
false)

Is this test also possible within XSL. The test would proberly a bit look
like:

      <xsl:if test="//bodytext/setdatum/set = 'true' &&
file://bodytext/setzeit/set  = 'false'">

But cocoon does not like the &&s.

Thanks.








 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
  • RE: How to &&
    • Kay Michael - Thu, 26 Oct 2000 09:54:23 +0100
      • <Possible follow-ups>
      • Albert Tsun - Thu, 26 Oct 2000 17:59:20 +0800 <=