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: Conditional [AND] [OR] testing.


Ahh, ignore my query, I goofed swapping my original content from "!=" to
"=="

Sufice to say, it therefore didn't work.

Brain must be stuck on JS.

Steve

"Clapham, Paul" wrote:

> Oddly enough, you use "and" and "or" for this...
>
> <xsl:if test="vehicle='car' and colour='red'">
> <xsl:when test="vehicle='financed' or vehicle='leased'">
>
> PC2


 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]