XForms doesn't support the DELETE verb. Do you want the long version or the short version?
file: and mailto: URIs. To make that work the method you specify isn't "GET" but instead "get", which your XForms processor needs to map to the right HTTP verb if you are going over HTTP. The problem with that design decision, that reach for too much generality, is that in order for an XForms processor to support another verb, the processor itself had to be changed. So it looks like a fully conformant XForms processor will not be able to support RESTLog, nor will it be able to support WebDAV, which uses verbs like MKCOL, COPY, etc.Many thanks to Mark Birbeck of x-port.net Ltd. for answering my questions.
2003-03-03