[xsl] when does <xsl:when> stop searching?

Subject: [xsl] when does <xsl:when> stop searching?
From: Dmitri Snytkine <d.snytkine@xxxxxxxxx>
Date: Tue, 12 May 2009 13:40:19 -0400
the <xsl:choose> when used with <xsl:when> is similar to 'switch($var){
case:


}

But what about the 'break' keyword?

xsl does not have that, so does it stop automatically after the first
match of <xsl:when>?

I mean, what if there are several conditions, sort of like several elseif()

Current Thread