- From: <schulze@dresden-informatik.de>
- Date: Thu, 15 Jun 2000 15:49:23 +0200
- To: <www-forms@w3.org>
visit mozquito.org and check out their demo. mozquito supports xhtml plus some xforms features like calculation, datatype validation and toggles for hiding / displaying content dynamicly. The non-html extra features (other words: the mozquito engine) are all encapsulated by jscript / javascript and included into the html by the transformation (runs on netscape + ie). That means that the mozquito engine (40 k or so) is beeing "statically linked" into every transformed page. I think that doesn't degrade runtime performance to much, because the design allows multi-page forms (with toggles) that are downloaded at once. Switching between these pages doesn't cause a http-roundtrip -> very fast + comfortable !!!! This principle of using html to emulate xforms is very promising because you don't have to wait until all browsers support it nativly. Personally, i'd prefer putting the engine into a invisible applet (pros: no jscript code visible, applet must be downloaded only once, applet is more powerful + standard). The next step could be to transform xforms -> html4 at the *client*. Matthias -----Ursprüngliche Nachricht----- Von: Frank Taffelt [mailto:frank.taffelt@interface-business.de] Gesendet: Donnerstag, 15. Juni 2000 14:54 An: www-forms@w3.org Betreff: XSL and XForm my idea is : transform a XForm with XSL into pure HTML Form Tags. has anybody done this , or suggestions ? thanks
Received on Thursday, 15 June 2000 09:47:53 UTC