|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: How to implement "if else if else" condition in X
You can use the choose-when-otherwise construct for that: <xsl:choose> <xsl:when test="condition 1"> do something. </xsl:when> <xsl:when test="condition 2"> do something. </xsl:when> <xsl:otherwise> do something. </xsl:otherwise> </xsl:choose> -----Original Message----- From: Kotes Mogili [mailto:Kotes.Mogili@xxxxxxxxxxxxxxxxx] Sent: Monday, February 09, 2004 1:58 PM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: How to implement "if else if else" condition in XSLT Hi, Is there a way to implement the following condition in XSLt.. if(){ ... }else if{ .... }else{ ... } Thanks for any suggestion .. --kotes XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








