OpenWGA 7.6 - WebTML reference

WebTML tags

<tml:collection>

Description :
Defines a collection. A collection consists of documents selected by one or more <tml:query> tags. The query tags should resist in the body of the collection tag. To iterate through a collection a <tml:foreach> tag is used. The <tml:foreach> can either be part of the collections body or can reference the collection via the 'sourcetag' attribute.
Derived from: Attributes:
show inherited attributes ...
Name Value(s) Purpose

Tag-Infos :
count: number of documents in this collection
resultsets: number of resultsets (query tags) in this collection

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