Subject: How to &&
From: "Rob van der Zeijden" <r.zeijden@xxxxxxxxx>
Date: Thu, 26 Oct 2000 10:27:33 +0200
|
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
|