[Xsltforms-support] Solved Data load issue

2020-03-11 Thread Alessandro via Xsltforms-support
Hi Tim, many thanks, you were right! It was enough to substitute "node" with "ref" and data appeared. I was misguided by porting code from working betterforms to xsltforms... Cheers Alex -- Inviato in modo sicuro con Tutanota. Ottieni la tua mailbox crittografata e senza pubblicitĂ : https://

Re: [Xsltforms-support] Data load issue

2020-03-11 Thread Tim Thompson
Hi, Alex, Are you sure that the data is not being loaded at all into the xforms:instance? The xforms:group element takes a single-node binding, so @nodeset is not a valid attribute for xforms:group (should be @ref or @bind). If you're able to share sample data, I'd be happy to test the form (I do

[Xsltforms-support] Data load issue

2020-03-11 Thread Alessandro via Xsltforms-support
Hi all, in passing from eXist-db 3.6 to 5.2 I'm adapting the code of my previous BetterFORMS to XSLTForms. At the moment I'm trying to use xsltforms1.3, but also the following minimal code does not seem to work. Data are not loaded, despite any attempt of modifying the syntax of scr="" or node="