Hi! Does there exist a syntax that allows an instance to refer to other instances? for example:
<xforms:instance id="document-instance">
<document>
<case-data ref="the-case-data-instance"/>
<contents>
.....
</contents>
</document>
</xforms:instance>
<xforms:instance id="the-case-data-instance">
....
</xforms:instance>
I thought I saw something like this somewhere before, but have been unable to track it down again.
-- Francis