Re: [Xsltforms-support] Problem with form refresh

2020-03-14 Thread Tim Thompson
Hi, Alex, I've tested your form in BaseX using RESTXQ and, after some modifications, it seems to be working. I haven't used eXist for a while, but the approach should be similar there. Here's what I changed: (1) Populate the XForms instance from the database directly. Instead of , do {$file}. (2

Re: [Xsltforms-support] Problem with form refresh

2020-03-13 Thread Alessandro via Xsltforms-support
Hi Tim, > By working refresh, do you mean just clearing data from the form once it has > been saved? > not exactly, data are loaded into the htlm table of the XForm, rows with new data are added or old rows deleted and the refresh should update the shown data, loading again into the table what

Re: [Xsltforms-support] Problem with form refresh

2020-03-12 Thread Tim Thompson
Hi, Alex, By working refresh, do you mean just clearing data from the form once it has been saved? If you could provide a full example (it can be off-list if you prefer), I'm happy to help test. Best, Tim -- Tim A. Thompson Discovery Metadata Librarian Yale University Library On Thu, Mar 12,

[Xsltforms-support] Problem with form refresh

2020-03-12 Thread Alessandro via Xsltforms-support
Dear all, in passing from betterforms to xsltforms, now I have a very nice xsltform obtained through an xquery file of the following structure: xquery version "3.0"; let $form := http://www.w3.org/1999/xhtml"; xmlns:xf="http://www.w3.org/2002/xforms";> ... let $xslt-pi := processing-instruc