D
Daniel M. Fichtner
Hello,
due to performance reasons I need to know whether the xsl:when-Statement has
an implied "break" statement, so that the parser do not touch the other when
statements or if it is similar to the if statements.
listing
----------------------
<xls:for-each ...>
<xls:choose>
<much xls:when ...>
do sth.
</much>
<xlstherwise>
</xlstherwise>
</xls:choose>
</xls:for-each>
due to performance reasons I need to know whether the xsl:when-Statement has
an implied "break" statement, so that the parser do not touch the other when
statements or if it is similar to the if statements.
listing
----------------------
<xls:for-each ...>
<xls:choose>
<much xls:when ...>
do sth.
</much>
<xlstherwise>
</xlstherwise>
</xls:choose>
</xls:for-each>