2009-02-17 20:44:16 UTC
Hi
For some time now I'm looking for a client side XForms engine. I want to use it in a commercial SOA project that has consuderable Javascript legacy code. I need to be able to feed the XForms model from Javascript and propagate changes back to Javascript.
The latter should in theory be possible by something like:
<xforms:load resource="javascript:testJS()" ev:event="DOMActivate"/>
Does that work in XSLTforms?
The former probably requires some Javascript call to XSLTform's javascript to trigger propagation of the model changes (the model should be manipulated through the DOM). Is that possible?
I read somewhere that you don't know how to handle imported stylesheets. Why can you not just put the import statement in the transforms output?
Regards
Thorsten