Re: [Xsltforms-support] Booting XsltForms from an instance data document
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2014-05-04 13:54:35
|
Hi Mats, At line 9455, an exception occurs when an id for an XForms element is not found. This consistency issue might be due to an invalid id generation during the XSLT transformation. -Alain Le 04/05/2014 15:21, Mats Eklund a écrit : > Hi Alain, > > I have managed to implement the javascript approach, and it works, so > I have a fallback solution. > > Meanwhile I was able to resolve the (first) problem with the ?xml-form > approach: I realized that the ?xml-form/@href of the form had to be > relative to the XSLTForms XSL document rather than the source XML > document. Now I however get a javascript exception at line 9455 in > xsltforms.js. Consistent behavior in all browsers. If I open the > referenced form directly (with same instance data), it loads without > problem. > > Any idea what this could be, or how to best troubleshoot? > > Kind regards, > Mats > |