- From: Lars Oppermann <Lars.Oppermann@Sun.COM>
- Date: Sat, 20 Oct 2007 11:25:45 +0200
- To: John Boyer <boyerj@ca.ibm.com>
- Cc: Philip Fennell <Philip.Fennell@bbc.co.uk>, www-forms@w3.org
John, This seems like a really good solution, as it avoids the duplicating of submission functionality into the instance element which I was worried about. It also shows how submission is somewhat of a high-level wrapper for an XmlHttpRequest object which isn't explicitly tied to the HTTP protocol... /Lars John Boyer wrote: > <submission id="S" replace="instance" instance="X" resource="URL" > serialization="none" ...> > <header> ... set up accept header here ...</header> > </submission> > > In the future, the following > > <instance submission="S"/>
Received on Saturday, 20 October 2007 09:26:05 UTC