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 <
[email protected]> 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
> ****************************************************************
>
>
>
>
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to