Support for all browsers recent versions. Improved event management. Included XForms 2.0 features: AVT, property, @iterate, dialog.
XSLTForms is now used in real applications ! Recent commits due to small bugs fixing.
The next release of XSLTForms is coming soon...
Have a look at the SVN repository for a preview : inline elements (compare it to XForms Mozilla extension rendering !), more core functions,...
CSS and schema partial support.
Many bugs fixed.
Tested with W3C XForms test suite : http://www.agencexml.com/xforms-tests/testsuite/XForms1.1/Edition1/driverPages/html/
Tests in progress with W3C Test Suite.
CSS minimal support and schema support available soon.
Testing the examples in XForms Tutorial and Cookbook (http://en.wikibooks.org/wiki/XForms written by Dan McCreary) is very useful to fix bugs in XSLT or Javascript parts.
More and more test pages at http://www.agencexml.com/xsltforms
First partial version of XSL stylesheet is enough for testing with browsers : IE, FireFix and Safari are OK. Loading time is good.
Ajaxforms bugs still present...
There is a nasty bug in Opera XSLT engine.
Converting XPath expressions to javascript is started : LocationPath expressions are partially converted. Stacks have to used to interpret operators precedence : a length-value pairs format within a single string will do the trick with XSLT 1.0.
An alpha version will soon be downloadable
Considering AJAXForms uses an XSL transformation and Java code for id attributes and Javascript parts, reengineering it will produce an already pretty good alpha version.
XHTML compatibility, id attributes generation and half of Javascript parts have already been achieved within a single XSLT document.