<tml:between>

Description:
Can only be used inside a <tml:foreach> tag.
Writes the body of the <tml:between> tag to the page only if it is not the last iteration.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
Examples:

    <tml:collection>

      <tml:query> ... </tml:query>
      <tml:foreach>
        <tml:link/><br>
        <tml:item name="body"/>
        <tml:between><hr></tml:between>
      </tml:foreach>
    </tml:collection>

    This example shows links an description in a list.
    Between each list row a horrizontal line will be included.