Used within ‘case’. |
Same test conditions as ‘if’ |
| see case, if | |
<r:case>
<r:when test='[d_assigned] == "joe"'>...</r:when>
<r:when test='[d_assigned] == "mary"'>...</r:when>
<r:else>...</r:else>
</r:case> |