OpenWGA 7.5 - WebTML reference
WebTML tags<tml:comment>
Description :
Deactivates a part of TML code.
Attributes:
Name | Value(s) | Purpose |
Details:
This tag can be used to deactivate a TML code block.
The body of the <tml:comment> tag must not be valid TML code. It will be treated as text only.
This behavior implies that <tml:comment> tags cannot be cascaded.
A variant of this tag which can be cascaded is <tml:disable>.
The body of the <tml:comment> tag must not be valid TML code. It will be treated as text only.
This behavior implies that <tml:comment> tags cannot be cascaded.
<tml:comment>
... code ...
<tml:comment>
... Code ...
</tml:comment>
... code ...
</tml:comment>
A variant of this tag which can be cascaded is <tml:disable>.