- From: Patrick Garvey <pgarvey@SIMS.Berkeley.EDU>
- Date: Wed, 5 Mar 2003 11:08:59 -0800 (PST)
- To: www-forms@w3c.org
- Cc: Brian Hayes <bhayes@SIMS.Berkeley.EDU>, Calvin Smith <calvins@SIMS.Berkeley.EDU>
Hello. I have a question about the following phrase in the XForms spec regarding repeats: This element defines a UI mapping over a homogeneous collection selected by Node Set Binding Attributes. This node-set must consist of contiguous child element nodes, with the same local name and namespace name of a common parent node. My main question is whether all the nodes that a repeat operates on must be from the same namespace as the parent, as the spec seems to say. So then would the following hypothetical element, whose children come from diverse namespaces be able to be repeated? <a:RepeatingElement> <b:Number/> <b:Name /> <a:Price /> <c: Quantity /> </a:RepeatingElement> Thanks, Patrick
Received on Wednesday, 5 March 2003 14:12:40 UTC