Re: [Xsltforms-support] how can I get the query string parameters in xforms
Brought to you by:
alain-couthures
From: Mathias P. <Mat...@gm...> - 2009-07-30 16:39:19
|
[snip] > > This is implemented in XSLTForms and verified according to Test > 11.6.1.a of the W3C Test Suite. > > Regards, > > -Alain > Alain, I can't find a way to get at the document uri. Can you give me an example? I tried with document-uri, but that's not there. Anyway, I do not even know if I even think along the right lines, so I'll ask. Is the general idea of <xf:submission ... > <xf:resource value=(substring-after(document-uri(instance(??), '?')) /> </xf:submission> ^^^^^^^^^^^^^^^ ^^ this is obviously only a first shot Which instance?? correct? Any hints or tips? Thanks, Mathias |