[Xsltforms-support] Xsltforms with exist-db: issue solved by v.662

2021-12-09 Thread Ralph Corrigan
Hi all, a note on an issue and resolution I've had over the last 24 hours, just for people's info (I know Alain was looking at it earlier as he replied to my Stackoverflow question - I thought it wasn't an XSLTforms issue at the time, but it turns out it sort of is...) I've been operating in an e

Re: [Xsltforms-support] Namespace issue (not quite newbie)...

2021-12-06 Thread Ralph Corrigan
That explains it, thanks! Ralph On 06/12/2021 09:57, Steven Pemberton wrote: On Sun, 05 Dec 2021 22:02:50 +0100, Ralph Corrigan wrote: You're absolutely right about the dummy namespace: I can't think of any reason why that would be a useful feature to introduce. So it wi

Re: [Xsltforms-support] Namespace issue (not quite newbie)...

2021-12-05 Thread Ralph Corrigan
hy that would be a useful feature to introduce. Anyway, problem solved - onto the next one. Thanks again Ralph On 05/12/2021 19:22, Habs wrote: On Sun, 5 Dec 2021, Ralph Corrigan wrote: Hi all, You were kind enough to help me earlier in the year when I was looking at xsltforms for the first time

Re: [Xsltforms-support] Namespace issue (not quite newbie)...

2021-12-05 Thread Ralph Corrigan
eived! Cheers Ralph On 05/12/2021 16:58, Habs wrote: On Sun, 5 Dec 2021, Ralph Corrigan wrote: Hi all, You were kind enough to help me earlier in the year when I was looking at xsltforms for the first time, and things have moved a long way from there. But I'm hitting a problem going back thr

[Xsltforms-support] Namespace issue (not quite newbie)...

2021-12-05 Thread Ralph Corrigan
Hi all, You were kind enough to help me earlier in the year when I was looking at xsltforms for the first time, and things have moved a long way from there. But I'm hitting a problem going back through the documents and forms trying to make them conformant with TEI (not my choice, because we're

Re: [Xsltforms-support] How to highlight selected row within a repeat?

2021-05-24 Thread Ralph Corrigan
Hi Alessandro, I'm using a simple setup with the key CSS as follows that seems to work: ... .xforms-repeat-item-selected {background-color: grey;} Ralph (and I fear my own question is heading this way shortly...) On 24/05/2021 10:16, Alessandro via Xsltforms-support wrote: Hi all! I'm probab

Re: [Xsltforms-support] A newbie seeking some guidance...

2021-02-11 Thread Ralph Corrigan
with the prefix xf: on the html tag : xmlns:xf="http://www.w3.org/2002/xforms";, so, as you noticed, you need to use this xf prefix with the xforms elements. Best, Josselin Envoyé de mon iPhone Le 11 févr. 2021 à 21:31, Ralph Corrigan a écrit : Thanks Josselin, clear explanat

Re: [Xsltforms-support] A newbie seeking some guidance...

2021-02-11 Thread Ralph Corrigan
er instance), @nodeset = your target for the copy (here your will copy a new occupation node after (@position=after) the node occupation (@nodeset) with position()=index('repeat-occ') (@at='index('repeat-occ')') ) Let's try and keep us informed. Best, Josse

Re: [Xsltforms-support] A newbie seeking some guidance...

2021-02-11 Thread Ralph Corrigan
1/XMLSchema";> New Person ForenameSurname Submit error. So this bit now works! Unique name Forename Surname Sex Male 1 Female 2 Unknown 0 Role New role New View On 10/02/2021 21:40, Ralph Corrigan wrote: Many thanks Josselin, I stupidly

Re: [Xsltforms-support] A newbie seeking some guidance...

2021-02-10 Thread Ralph Corrigan
declarations very well, but first let's try with corrected Xpath and keep us informed! Best, Josselin. Le 10 févr. 2021 à 19:04, Ralph Corrigan a écrit : Hi, Apologies for this as I'm sure that I'm missing something extremely basic, but I'm having problems with impleme

[Xsltforms-support] A newbie seeking some guidance...

2021-02-10 Thread Ralph Corrigan
Hi, Apologies for this as I'm sure that I'm missing something extremely basic, but I'm having problems with implementing Xsltforms running via an Apache server on a Synology NAS (for now). I'm totally new to Xforms (in any implementation) but have been working with TEI xml and fetchXML for a coupl