[xsl] How to implement "if else if else" condition in XSLT

Subject: [xsl] How to implement "if else if else" condition in XSLT
From: "Kotes Mogili" <Kotes.Mogili@xxxxxxxxxxxxxxxxx>
Date: Mon, 9 Feb 2004 13:57:34 -0500
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


Current Thread