New browser-based XForms processor

Claudius Teodorescu <[email protected]> Wed, 26 May 2010 17:23:00 -0700 (PDT)
Newsgroups gmane.comp.web.xforms
Message-ID <[email protected]>
Hi,

I have started to develop a new browser-based XForms processor, which will make use of browsers' native XPath and XSLT capabilities.
Thus, the approach is as follows:
- transforming XForms page into XHTML + JS page by using XSLT in browser (Alain Couthures' very good idea);
- storing instance data as XML within the page;
- bounding this data to UI controls by using browsers' document.evaluate() function (except IE, which is a rara avis, and will be dealt with later);

 
A very small example can be found here: http://extxsltforms.sourceforge.net/sitKubera/examples/kuberaForms/example1.xml

The project will be hosted here: http://sourceforge.net/projects/kuberaforms/


Claudius Teodorescu
http://kuberam.ro