RE: [xsl] comparing

Subject: RE: [xsl] comparing
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 22 Apr 2002 16:29:27 +0100
> This one works perfectly:
>
> <xsl:when test=".[NoofCallsDR !='0']">
>
> </xsl:when>
>
> But this one is refusing to work:
>
> <xsl:when test=".[NoofCallsDR !='0' and NoofCallsDJ !='0']">
>
> </xsl:when>

Neither of these is correct at XSLT 1.0. The "." expression cannot be
followed by a predicate. Perhaps you are using WD-xsl?

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


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


Current Thread