OpenWGA 7.10 - WebTML reference

WebTML tags » range

<tml:range wrapendtag ="true | false">

Purpose:

Used in connection wit wraphtmltag. wrapendtag specifies if and </end>tag should be rendered or not.

Value(s):

true | false

Default value:

true

Examples:

<tml:{meta} if="some_condition" wrapendtag="false" .../>

HTML <meta> tags have not end-tag. We produce <meta ...> instead of <meta .../> (which would be no valid HTML).