ネストされた「if」ステートメントは許可されていますか? 元:
<if cond="1 == 1">
<if cond="2 == 2">
One is in fact equal to one and Two is in fact equal to two
<else/>
One is in fact equal to one but Two is never not equal to two
</if>
<else/>
One is never not equal to one
</if>
この条件を ' &&
' ステートメントで書き直すことができることはわかっていますが、実行しようとしているロジックは、そうでなければならない if elseif のチェーンで繰り返し続けるのは面倒です。