> RTF also supports fields in fields, for example nested IF clauses:
> 
> { IF { MERGEFIELD Name } = "xx" "yy" "zz" }
> 
> How should this be supported?

Yikes. The only solution I can think of would be:

<field type="if">
 <item1>
        <field type="mergefield">
                <item1>Name</item1>
        </field>
 </item1>
 <item2>==</item2>
 <item3>xx</item3>
 etc.
</field>

And the field object would have to be able to hold text, numbers, or
other field objects.

Justin




Reply via email to