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
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
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,
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