[Xsltforms-support] Support for <resource> child of <submission>?
Brought to you by:
alain-couthures
From: Stephen C. <ste...@gm...> - 2011-12-11 02:04:06
|
Hi Alain, Am I correct in thinking that this is not supported? I get an error on form loading when I try to use it. I want to make use of RESTful URLs and this seems to be the only way that I can. That is the URL has the format http://<domain>/<resource-type>/<resource-name> I present the user with a select list of schemas to load and want to substitue the <resource-name> part of the URL with what they have selected. e.g. <xf:submission ....> <xf:resource value="concat('../schema/',instance('schema')/selected_schema)"/> </xf:submission> I think that the error message I am seeing is that the resource attribute on the submission is missing, which of course is OK if there is a resource child element. This capability would seem to me to be also needed to make use of Atompub feeds to load an feed item link into a model instance. Regards Steve Cameron |