[Xsltforms-support] Error on rendering the output of an XSLTForms transform
Brought to you by:
alain-couthures
From: Ihe O. <ihe...@go...> - 2012-07-03 13:53:18
|
I have run an XSLTForms transformation offline (i.e running Saxon on the command line to transform the XForm into XHTML). Doing this yields me the following error when I try and render the generated XHTML Incorrect Javascript code generation: ReferenceError: XsltForms_globals is not defined at xsltforms_initImpl ( http://localhost:8080/exist/rest/db/apps/b2b/mytest.xhtml:89:1) at xsltforms_init ( http://localhost:8080/exist/rest/db/apps/b2b/mytest.xhtml:406:1) at onload ( http://localhost:8080/exist/rest/db/apps/b2b/mytest.xhtml:413:129) ReferenceError XsltForms_globals is not defined fi The form does render correctly when transformed through a pi in the XForm (albeit perhaps with the aid of some serialisation settings) but the rendering speed is unacceptably slow (minutes). This is why I am trying to find other ways to do the transformation. I'm not sure what the list etiquette is on attachments so I will attach both the XForm and the Transformed XHTML on request. Thanks Ihe |