Re: [Xsltforms-support] load and submit
Brought to you by:
alain-couthures
From: Stephen C. <ste...@gm...> - 2012-07-11 03:17:53
|
This is something I've used <xf:submission id="generate_xforms" ref="instance('built_schema')" replace="none" method="post"> <xf:resource value="concat('generate?schema=',instance('schema')/s2x:schema)"/> <xf:load ev:event="xforms-submit-done" show="new"> <xf:resource value="concat('xform/',substring-before(instance('schema')/s2x:schema,'.'),'/index.html')"/> </xf:load> </xf:submission> On Wed, Jul 11, 2012 at 12:44 PM, C. M. Sperberg-McQueen < cm...@bl...> wrote: > From time to time I find myself wishing I could submit an > instance to the server and have the result returned by > the server opened in a new window. This appears to be > a kind of cross between a submit and a load -- but the > only way I can see to achieve this is to pass the instance > data long as query parameters on a GET request, which > doesn't work very well for non-trivial instances. > > Is there a way to achieve this behavior, or am I wishing > for the impossible? > > -- > **************************************************************** > * C. M. Sperberg-McQueen, Black Mesa Technologies LLC > * http://www.blackmesatech.com > * http://cmsmcq.com/mib > * http://balisage.net > **************************************************************** > > > > > > |