Re: [Xsltforms-support] XLSForms and XSLTForms: the default uuid() and how best to handle it

2017-12-18 Thread Tim Thompson
Just to add, one of the great features of XSLTForms is that it is possible to call arbitrary JavaScript functions from XForms expressions. Here is an updated version of your form, with a UUID function that I found quickly on GitHub ( https://gist.githubusercontent.com/mlhaufe/2055524/raw/439bbf791

Re: [Xsltforms-support] XLSForms and XSLTForms: the default uuid() and how best to handle it

2017-12-18 Thread Alain Couthures
Hi Peter, Adding support for uuid() in XSLTForms was not difficult, it will be committed as soon as possible. Yet, "select1" is not a valid type: as a workaround, it can be defined as a synonym for "string"... Then, there is still a namespace issue in the generated form: xmlns="" has to be

Re: [Xsltforms-support] XLSForms and XSLTForms: the default uuid() and how best to handle it

2017-12-18 Thread pedro winstley via Xsltforms-support
HI Alain Thank you for your helpful reply. I have also been in touch with the XSLForms development team about the "select1" issue as a nodeset type, and the appropriate action is to correct that application. I will see what can be done with them. I will cover the default namespace for instances

[Xsltforms-support] XLSForms and XSLTForms: the default uuid() and how best to handle it

2017-12-18 Thread pedro winstley via Xsltforms-support
Dear colleagues I realise that we can use the XLSForms ( http://xlsform.org/ ) editor to create XForms that will work with XSLTForms (there is going to be acronym hell here), but the XSLForms automatically creates a bind for a uuid element and uses a function "uuid()". How can this best be implem