[Xsltforms-support] Cancelling loop/action

2021-02-03 Thread Josselin Morvan
Hi all, With one of my forms I have a « submission loop » and I try, when I get an « xforms-submit-error », to stop the loop, do you know how we can do that ?. Basically, my form concerns a list of person. I can add informations about the existing ones and, of course, add new persons. Each «

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

2021-02-03 Thread Josselin Morvan
Hi Alessandro, I don’t know if you saw the Alain’s answer, but as he said, the use of submission/@ref will help you to reach your goal. It will allow you to determine which instance should be saved by each submission. By default, when @ref isn’t specified, it is the first one.