[Xsltforms-support] Exception caused by null namespace declaration on xf:instance
Brought to you by:
alain-couthures
From: Ihe O. <ihe...@gm...> - 2012-12-18 12:01:26
|
Rev 559. <xf:instance id="biff" xmlns=""> {$xQueryVariable} </xf:instance> leads to the following exception. XSLTForms Exception -------------------------- Incorrect Javascript code generation: xsltforms_init@http://localhost:8080/exist/rest//db/apps/clinsys/crypto.xq:2 onload@http://localhost:8080/exist/rest//db/apps/clinsys/crypto.xq:1 ReferenceError xsltforms_initImpl is not defined <xf:instance id="biff"> <root xmlns="">{$xQueryVariable}</root> </xf:instance> works fine. |