[Home] [By Thread] [By Date] [Recent Entries]
>From: anand awasthi [mailto:anand-awasthi@xxxxxxx] >now i want to write a rule in XSL which is someting like following : >if ((sessionstartuptime > 56) && ( PageTime <= 50)) || (Transaction Time == >78) >then Dispaly X >else Display Y Try <xsl:choose> <xsl:when test="(SessionStartupTime > 56 and PageTime <= 50) or TransactionTime = 78"> X </xsl:when> <xsl:otherwise> Y </xsl:otherwise> </xsl:choose> Don XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



