The xforms-rebuild Event

https://www.w3.org/community/xformsusers/wiki/XForms_2.0#The_xforms-rebuild_Event

When dealing with nested binds:

 <bind ref="a" type="integer">
  <bind readonly="true()"/>
 </bind>

Point 3 says

"For each item in the selected sequence of items, any child bind elements  
are recursively processed as described in the three points of this list."

Since a bind works on a sequence of items, I think this should really say  
(though it is probably equivalent)

 "Any child bind elements are recursively processed as described in the  
three points of this list."

Steven

Received on Monday, 14 November 2016 13:42:31 UTC