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]

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>

What could be wrong?



 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]