<tml:select>

Description:
Collection tag for tml:case tags. Executes all included tml:cases and verifies if an existing tml:caselse is to be executed.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
Examples:

    <tml:select>

      <tml:case condition="...">
        ...
      </tml:case>
      <tml:caseelse>
        ...
      </tml:caseelse>
    </tml:select>