Re: [Xsltforms-support] event ignored

2023-01-14 Thread Robert Kirkpatrick
Shame on me. Tks a lot Alain. On Sat, Jan 14, 2023 at 11:17 AM Alain Couthures < alain.couthu...@agencexml.com> wrote: > Hello Robert, > > The URI for the event namespace starts with "http://"; not "https://";. > > Please find attached a working test case > > --Alain > > Le 28/11/2022 17:23 CET,

Re: [Xsltforms-support] event ignored

2023-01-14 Thread Alain Couthures
Hello Robert,   The URI for the event namespace starts with "http://" not "https://".   Please find attached a working test case   --Alain  Le 28/11/2022 17:23 CET, Robert Kirkpatrick a écrit :

Re: [Xsltforms-support] xforms-ready event ignored

2023-01-14 Thread Alain Couthures
Mozilla Firefox does not handle namespaces correctly in its bugged XSLT processor.   Adding such dummy attributes allows XSLTForms to detect namespaces correctly anyway...   --Alain Le 13/01/2023 15:56 CET, Robert Kirkpatrick a éc

Re: [Xsltforms-support] Moving elements in a repeat

2023-01-14 Thread Alain Couthures
Hi Winona,   XPath axes usage is a possibility for such a complex test case.   First, the self:: axis can be used to reduce the size of XPath expressions testing lists of node names.   XForms, as XSLT, is always p