http://www.w3.org/TR/xforms11/#submit-resource "The URI to be used by the submission can be specified with either the value attribute or the string content of the resource element." So we now have the following equivalent possibilities: <submit action="http://examples.org/search"/> <submit resource="http://examples.org/search"/> <submit><resource value="'http://examples.org/search'"/></submit> <submit><resource>http://examples.org/search</resource></submit> Isn't this overkill? Proposal: Keep @action for the literal case Use @resource as a value attribute <submit resource="concat('http://', site, '/', command)"/> Drop the resource child.Received on Thursday, 24 May 2007 13:26:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 10 June 2009 18:12:15 GMT