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


Hi,

> 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>
>
> What could be wrong?

You're not using XSLT. The syntax ".[...]" isn't valid XPath syntax,
so I guess you're using Microsoft's WD-xsl syntax. Questions on WD-xsl
are best directed to a Microsoft mailing list rather than here.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.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]