Re: [Xsltforms-support] xforms-ready event ignored
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2023-01-14 09:54:31
|
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Mozilla Firefox does not handle namespaces correctly in its bugged XSLT processor. </div> <div class="default-style"> </div> <div class="default-style"> Adding such dummy attributes allows XSLTForms to detect namespaces correctly anyway... </div> <div class="default-style"> </div> <div class="default-style"> --Alain </div> <blockquote type="cite"> <div> Le 13/01/2023 15:56 CET, Robert Kirkpatrick <ro...@er...> a écrit : </div> <div> </div> <div> </div> <div dir="ltr"> <div> PS: I removed </div> @my:dummy="whydoesthiswork" <br> <div> and still work :) </div> <div> R. </div> </div> <br> <div class="gmail_quote"> <div class="gmail_attr" dir="ltr"> On Fri, Jan 13, 2023 at 3:16 PM Robert Kirkpatrick <<a href="mailto:ro...@er...">ro...@er...</a>> wrote: </div> <blockquote> <div dir="ltr"> Thanks a lot Habs, <div> Indeed your version works with me in v1.6 </div> <div> Very tricky namespace mess, to be investigated. </div> <div> Cheers, </div> <div> Robert. </div> </div> <br> <div class="gmail_quote"> <div class="gmail_attr" dir="ltr"> On Fri, Jan 13, 2023 at 1:16 PM Habs <<a href="mailto:ge...@us..." target="_blank" rel="noopener">ge...@us...</a>> wrote: </div> <blockquote> On Fri, 13 Jan 2023, Robert Kirkpatrick wrote: <br> <br>> Hello, <br>> <br>> The here-attached basic example is not working: setvalue not triggered. <br>> <br>> It is now clear to me that xf event handling is disabled in my environment <br>> (Chrome / W10). <br>> <br>> Best regards, <br>> Robert. <br>> <br> <br>It took me ages to get to grips with namespaces and I ended up with this <br>'approach' (see attached) which works for my use cases, but I use [old] <br>xhtml forms. Whether the OP's example is something to do with namespaces, <br>or the document format I've no idea. <br> <br>The attached works on my setup. It is the OP example altered to fit the <br>format I use. <br> <br>Cheers <br>Habs <br> <br> <br> <br>>> <br>> <br> <br>--- Sent using Alpine/Pine, probably the best MUA --- <br>_______________________________________________ <br>Xsltforms-support mailing list <br><a href="mailto:Xsl...@li..." target="_blank" rel="noopener">Xsl...@li...</a> <br><a href="https://lists.sourceforge.net/lists/listinfo/xsltforms-support" target="_blank" rel="noopener">https://lists.sourceforge.net/lists/listinfo/xsltforms-support</a> </blockquote> </div> </blockquote> </div> _______________________________________________ Xsltforms-support mailing list Xsl...@li... https://lists.sourceforge.net/lists/listinfo/xsltforms-support </blockquote> </body> </html> |