Future wish: MIPS in <instance> element

I wish we'd thought of this earlier. Just recording it here as a future  
wish.

<instance>
 <address>
  <street1/>
  <street2/>
  <city/>
  <state/>
  <postcode/>
  <country/>
 </address>
 <bind ref="street1" required="true()"/>
 <bind ref="state" required="../country='USA'"/>
</instance>

Then you have to use instance('name') far less with big forms.

Steven

Received on Wednesday, 20 January 2016 13:43:17 UTC