[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



