Re: [Xsltforms-support] Error with r534
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2012-03-14 19:48:11
|
Hello Javier, Patterns might contain curly brackets and, in host languages such as HTML or SVG, curly brackets are now used for AVT: I will filter this (XML Schema definitions cannot contain AVT anyway). Looking at your form, I saw that you defined repeats within tables without having tr elements. This is not well treated in browsers. Thanks! -Alain Le 13/03/2012 01:15, Javier Díaz a écrit : > Hello, > > I have recently updated to last version of xsltforms and it fails with > the attached xform. With r528 it works. I think it is related with > schemas of the form. > > The error that appears is: > > XSLTForms Exception > -------------------------- > > Error initializing : > > ([object > Object],"xsltforms-mainform-pattern-0")@http://localhost/xsltforms/xsltforms.js:4621 > XsltForms_avt([object > Object],"xsltforms-mainform-pattern-0","value",[object > Object])@http://localhost/xsltforms/xsltforms.js:4953 > xsltforms_initImpl()@http://localhost/xsltforms.data/schema_error.xml:140 > xsltforms_init()@http://localhost/xsltforms.data/schema_error.xml:2 > onload([object Event])@http://localhost/xsltforms.data/schema_error.xml:1 > > > TypeError > > this.element is null > > Best Regards, > Javier > |