Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

DTL <true>

<if> 要素の条件が真の場合に、一連のアクティビティを実行します。

構文

<if condition="1">
   <true>
     ...
   </true>
   <false>
     ...
   </false> 
</if>

属性

なし

要素

要素 目的
<annotation> オプション。<true> 要素について記述するテキスト文字列。
ほとんどのアクティビティ オプション。<true> には、<assign>、<code>、<foreach>、<if>、<sql>、<subtransform>、および <trace> をゼロ個以上、自由に組み合わせて使用できます。

説明

<true> 要素は、<if> 内で、条件が真の場合に実行する必要のある要素を含めるために使用されます。

FeedbackOpens in a new tab