recursive structures in XFORMS

Is there a way to enter recursive structures in XFORMS? For example, a 
binary tree

<node>
        <node>
                <node/>
        </node>
        <node/>
</node>

where you cannot predict in advance how deep the user will want the tree 
will be?

Thanks

Kerry

Dr Kerry Raymond
Distinguished Research Leader
CRC for Enterprise Distributed Systems Technology
University of Queensland 4072 Australia
Ph: +61 7 3365 4310, Fax: +61 7 3365 4311, www.dstc.edu.au

Received on Tuesday, 15 March 2005 04:13:20 UTC