ifエレメントは、条件ロジックの追加に使用されます。
構文:
|
例
<if compare="{@page}" value="11" operation="equal" goto="additional"/>
<if compare="{@page}" value="12" operation="equal">
<page/>
<text x1="70" y1="300" width="100" height="20" value="some text"/>
</if>