August 2002
Intermediate to advanced
688 pages
23h
English
<x:choose>
The <x:choose>
action controls the processing
of nested
<x:when> and
<x:otherwise> actions. It allows only the
first <x:when> action with a test expression
that evaluates to true to be processed, or gives
the go-ahead to the single <x:otherwise>
action if none do.
<x:choose>
<x:when> actions and optionally one <x:otherwise> action
</x:choose>None.
<x:choose>
<x:when select="category[. = 'General']">
<td bgcolor="lightgreen">
</x:when>
<x:otherwise>
<td>
</x:otherwise>
</x:choose>Read now
Unlock full access