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
|