OpenWGA 7.9 - 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.



<tml:comment>

    ... code ...

    <tml:comment>

    ... Code ...

   </tml:comment>

    ... code ...

</tml:comment>





A variant of this tag which can be cascaded is <tml:disable>.