<tml:collection>

Description:
Generating a collection, i.e. a number of documents that are found due to a search query. The search queries and the targets are detected in the contained query tag, the results (if there are several) will be collected. The documents of the collection will be displayed either in an existing or in an external tml:foreach.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
Tag-Infos:
  • count: total number of values to be displayed
Examples:

    <tml:collection>

      <tml:query>...</tml:query>
      <tml:foreach>
        ...
      </tml:foreach>
    </tml:collection>