Re: [Xsltforms-support] XSLTForms 1.5

2021-01-30 Thread Alain Couthures
Hi Josselin, Because of a transition for XPath 3.1 support already added in XSLTForms 1.5, an empty itemset in your test form is causing this error. This has been fixed in the latest commit. Please give a try at https://github.com

Re: [Xsltforms-support] XSLTForms 1.5

2021-01-30 Thread Alain Couthures
Hi Josselin, The new XSLTForms 1.5 version is now relying only on its CSS stylesheet to display/hide controls. The latest commit includes a CSS fix for controls within a repeat. Please give a try at https://github.com/AlainCouthur

Re: [Xsltforms-support] XSLTForms 1.5

2021-01-20 Thread Josselin Morvan
Hi Alain (it’s me again…;) I am confronted with a new error: Error dispatching event 'xforms-refresh' which may be linked to my previous email. I made a sample to explain my issue. In this form, we can create a list of subscribers. Each subscriber is either taken from a list of people, or created d

Re: [Xsltforms-support] XSLTForms 1.5

2021-01-18 Thread Josselin Morvan
Hi Alain, Thank you very much for fixing this issue. I’m now experimenting another one with the binding rules and the use of xf:repeat. It seems that the xf:bind/@relevant are ignored for fields inside a xf:repeat, as they are still available. I have also the same kind of problem with fields

Re: [Xsltforms-support] XSLTForms 1.5

2020-12-17 Thread Josselin Morvan
Hi Alain, Thank you for the xsltforms 1.5 release !!I tried this release with a previous form, everything seems to work except I’m experimenting some issues with the xf:copy element when xf:select (or xf:select1) is set with @appearance=‘full’. It works fine with @appearance=‘minimal/compact’.I als

Re: [Xsltforms-support] xsltforms 1.5 xforms-repeat xforms-repeat-item (fwd)

2020-12-06 Thread Alain Couthures
Within XSLTForms 1.5, xsltforms.js is just interacting with HTML elements and attributes, not anymore with CSS classes. So, xsltforms.css is just provided as a possible set of CSS rules for rendering. Yet, xsltforms.css is now in charge of essential behavior such as h

[Xsltforms-support] xsltforms 1.5 xforms-repeat xforms-repeat-item (fwd)

2020-12-05 Thread Habs
Brief followup Alain, please, I located this in the xsltforms.css code file: xforms-repeat[xf-bound]:not([xf-notrelevant]) > xforms-repeat-item { display: table-row; } xforms-repeat-item > * { display: inline-table !important; } This is a change to previous versions ? If a chang

[Xsltforms-support] xsltforms 1.5 xforms-repeat xforms-repeat-item

2020-12-05 Thread Habs
Hello Alain Thank you for the release link for xsltforms1.5.zip Interestingly, I am having to go through my [css] stylesheets and change a few minor things to get form style to be similar to previous versions. This has not been a problem to do, apart from xforms-repeat and xforms-repeat-item

[Xsltforms-support] XSLTForms 1.5

2020-12-04 Thread Alain Couthures
Hello, XSLTForms 1.5 can now be downloaded at https://github.com/AlainCouthures/declarative4all/raw/master/public/direct/xsltforms.zip The corresponding CSS stylesheet has been aligned to the one in the XForms Tutorial written by Steven Pemberton fo