[Home] [By Thread] [By Date] [Recent Entries]
Both are wrong, you may not use '.' when adding a predicate. Use self::*
or self::nodename[...] instead. The rest is ok.
Which processor are you using? And your test can simply be written "NoofCallsDR != '0'", you don't need ".[...]". Maybe there is a problem with the "exclusivity". If you write <xsl:choose> <xsl:when test="node != '0'"></xsl:when> <xsl:when test="node != '0' and node2 != '0'"></xsl:when> </xsl:choose> the second <xsl:when> will never be accessed, because the <xsl:when>s are exclusive and the first test is more common than the second. Regards, Joerg stevenson wrote: This one works perfectly: -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



