- From: Rob Bull <rob.bull@blackdog.co.uk>
- Date: Thu, 9 Jan 2003 10:31:09 +0100
- To: "Bob Smith" <gordongano99@yahoo.com>, <www-forms@w3.org>
I gather that the (verified) model is what is submitted, the ref merely uses
the xPath syntax to update/verify the instance data, ie the node values of
the model.
ie if you set your referenced node a/b/c to "widget", a is the top level
node and the xml that the processor would want to verify and submit would be
<a>
<b>
<c>widget</c>
</b>
</a>
If this is not the case, I have seriously missed the point and would like to
know!
RR
----- Original Message -----
From: "Bob Smith" <gordongano99@yahoo.com>
To: <www-forms@w3.org>
Sent: Wednesday, January 08, 2003 7:42 PM
Subject: Specifying the <submission> element
|
| (1) The "ref" attribute lets you specify a subtree of
| the instance data, but it doesn't say exactly how it's
| submitted. E.g. if my ref value is "/a/b/c", then will
| "c" be the top level node or will "a"?
|
| (2) Maybe I've missed it, but how do you specify which
| instance data to submit? Do you have to put an
| instance() function call in the ref attribute? It
| would be nice if this were clearer in the spec.
|
|
| __________________________________________________
| Do you Yahoo!?
| Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
| http://mailplus.yahoo.com
|
|
|
Received on Thursday, 9 January 2003 05:35:01 UTC