Re: [Xsltforms-support] Testing XSLTForms in eXist
Brought to you by:
alain-couthures
|
From: COUTHURES A. <ala...@ag...> - 2009-10-01 08:53:48
|
Hi Claudius,
The XForms page you sent me is a complex one : schemas, two models
interfering, ...
First, look at W3C test #2.4.a for schema syntax supported by XSLTForms
: targetNamespace attribut,...
Because namespace axis is not supported in FireFox, there has to be an
element or an attribute attached to any user defined namespace. I
usually add in the document element something like
myprefix:dummy="dummy" ...
XLTForms XPath expression analyzer doesn't understand expressions such
as instance('...')[...] : you have to replace them with more
conventional XPath 1.0 syntax such as instance('...')/myelement[...]
Because of model1 referring to model2, late binding is required in
XSLTForms : there was a bug concerning this I just fixed (it is not yet
committed).
But there is, at least, another XSLTForms bug concerning xf:reset within
an xf:action which might need some hours to be fixed.
Are you in a hurry about that ?
Regards,
-Alain
|