- From: Claudius Teodorescu <claud108@yahoo.com>
- Date: Wed, 26 May 2010 17:23:00 -0700 (PDT)
- To: xforms ML <www-forms@w3.org>
Received on Thursday, 27 May 2010 00:23:36 UTC
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
Received on Thursday, 27 May 2010 00:23:36 UTC