Re: [Xsltforms-support] the default replace instance seems to be thefirst one on submission
Brought to you by:
alain-couthures
From: Klotz, L. <Lei...@xe...> - 2010-02-05 17:08:38
|
You're right, I think: http://www.w3.org/TR/xforms11/#submit-submission-element "When the [instance] attribute is absent, then the default is the instance that contains the submission data." Leigh. ________________________________ From: christophe geiser [mailto:chr...@e-...] Sent: Friday, February 05, 2010 2:23 AM To: xsl...@li... Subject: [Xsltforms-support] the default replace instance seems to be thefirst one on submission Hi all See the attached doc or below for the test case. It seems that a submission written without the 'instance' attribute like: <xforms:submission id="submit" ref="instance('toInsert')" action="toInsert.xml" replace="instance" method="post"/> would replace the first instance in the model and not the instance declared by the 'ref' attribute as default - I am not sure this is the spec behavior. Cheers and have a nice day Christophe ... |