Re: [Xsltforms-support] XSLTForms 1.5

2021-01-30 Thread Alain Couthures
Hi Josselin, Because of a transition for XPath 3.1 support already added in XSLTForms 1.5, an empty itemset in your test form is causing this error. This has been fixed in the latest commit. Please give a try at https://github.com

Re: [Xsltforms-support] XSLTForms 1.5

2021-01-30 Thread Alain Couthures
Hi Josselin, The new XSLTForms 1.5 version is now relying only on its CSS stylesheet to display/hide controls. The latest commit includes a CSS fix for controls within a repeat. Please give a try at https://github.com/AlainCouthur

Re: [Xsltforms-support] Saving multiple instances to the same xml file from within the same form

2021-01-30 Thread Alain Couthures
Hi Alex, To select which instance you want to submit, you have to use submission/@ref. Both submission/@replace and submission/@instance are only used for the response of the submission. By default, the first instance is the one to be serialized and