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]
Other format: [Raw text]

RE: comparing


> 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@ntlworld.com
work: Michael.Kay@softwareag.com


 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]