Re: ACTION-2314: Compose text that matches the <control/> discussion for mirrroring.

First draft.

Steven

======================

9.10 The Control Element
This control embeds one XForm in another.

Common Attributes: Control Common {includes ref and bind}

Special attributes:
resource
Required URI of a resource containing an XForm to be embedded within the 
invoking form.

Content: UI Common*

The resource attribute is evaluated. If the resource is not found, or it is 
not an XForm, an xforms-link-error is dispatched to the control element, 
and the control element has no further effect; otherwise the resource is 
embedded in the current form at the current textual position.

If a single-node binding is present, it is evaluated, and the node and all 
its descendents are used to replace the contents of the textually first 
instance in the embedded form, as if by a submission with 
replace="instance". Any src or resource attributes on that instance element 
are ignored.

[If there is no such instance...].

The embedded form is further initialised and processed in the normal way, 
except that during processing, the textually first instance is kept 
synchronized with the node that it was initialized with from the embedding 
XForm.

======================

Received on Friday, 4 February 2022 13:48:07 UTC