- From: Mark Birbeck <mark.birbeck@x-port.net>
- Date: Sun, 2 Apr 2006 12:43:51 +0100
- To: <www-forms@w3.org>
Hello all, We have discussed adding other methods to XForms submission, and I'm keen to see us supporting everything we need for REST and WebDAV in particular. But I think a really, really big omission is a 'delete' method, since without it we cannot do a lot of things that would be regarded as quite basic (i.e., CRUD operations). I'd therefore like to propose the following additions for the next version of XForms: --- STARTS --- (a) An additional line in the table in 11.2: URI Scheme : http https file method : "delete" Serialization : application/x-www-form-urlencoded Submission : HTTP DELETE or equivalent (b) A new section 11.10: 11.10 The delete method The delete method represents HTTP DELETE or equivalent concept (such as deleting a local file or database record). The serialized form data is delivered as part of the URI that is requested during the submit process. The URI and message body are constructed as for 11.9 The get method. --- ENDS --- Regards, Mark Mark Birbeck CEO x-port.net Ltd. e: Mark.Birbeck@x-port.net t: +44 (0) 20 7689 9232 b: http://internet-apps.blogspot.com/ w: http://www.formsPlayer.com/ Download our XForms processor from http://www.formsPlayer.com/
Received on Sunday, 2 April 2006 11:44:45 UTC