xsl-list
[Top] [All Lists]

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

2009-05-12 13:40:47
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()

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>