The attached ZIP contains an XForms document, a
separate instance file, and the XML Schema used to
generate the instance file using Altova XMLSpy 5.
After generating the instance, I manually changed all
the elements with datatype XS:ID to be unique. The file
is well-formed and valid according to XMLSpy.
The attached files render fine in Chiba. However, the
rendering in DENG stops at step 1/4. Here's the debug
output:
CDom.load: moi.xhtml
CDom.load: file:///i:/XForms/moi.xhtml
CDom.onLoad: document loaded [success:true, status:0,
bytes:24784]
CDom.init: initializing, prepare parsing css
CDom.init: parsePIs []
XMLNode.resolveNamespaces: namespace registered: xhtml
[http://www.w3.org/2002/06/xhtml2]
XMLNode.resolveNamespaces: namespace registered: xfr
[http://www.w3.org/2002/06/xframes]
XMLNode.resolveNamespaces: namespace registered: ev
[http://www.w3.org/2001/xml-events]
XMLNode.resolveNamespaces: namespace registered: xforms
[http://www.w3.org/2002/xforms]
XMLNode.resolveNamespaces: namespace registered: xs
[http://www.w3.org/2001/XMLSchema]
XMLNode.resolveNamespaces: namespace registered: xsi
[http://www.w3.org/2001/XMLSchema-instance]
XMLNode.resolveNamespaces: namespace registered: moi
[http://edms.cern.ch]
Loading instance: file:///i:/XForms/input.xml
XMLNode.resolveNamespaces: namespace cleared: 0
XMLNode.resolveNamespaces: namespace cleared: 0
CDom.init: done [630ms]
CDom.cssInit: no stylesheets found
CDom.cssParse: done [selectors:0, declarations:0]
After some seconds of stand-still, I'm asked whether
the script should be allowed to continue. Even if I let
it, it doesn't ever seem to get any further.
According to the comment in the first part of the
XForms, I have tried to exchange the xhtml namespace
URI to the "old" one. This changes nothing.
In the directory where I'm testing, I have deng.swf,
deng_test.swf, index.html, and the files in the ZIP file.
Strangely enough, the XForms renders just fine in
http://claus.packts.net/deng/deng_test.php?f=http://www.ntnu.no/~engmark/test/moi.xhtml.
XForms, instance file, and XML Schema