This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl:when - comparing parameter and element values


Jeni,

>Guessing at syntax is always problematic.

Yes you're right about guessing :)  I thought I had actually tried 'and' but
I guess not!  Look at what I found on MS'site:

XSL Pattern Syntax - Boolean, Comparison, and Set Expressions
operator='and' alternative syntax='and$' shortcuts='&&'
description='Logical-and'.  I wonder what they mean by shortcuts.

>  <xsl:if test="not($showcasemgmt = 'true' and
>                    CaseMgmtInd = 'FALSE')">

Thanks also for the alternative xsl:if, I must have been looking at this for
too long!

Edith


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]