- From: Erik Bruchez <ebruchez@orbeon.com>
- Date: Thu, 12 Jun 2008 16:58:45 +0200
- To: www-forms@w3.org
That is right, IE has no XForms support. There are alternatives though, ranging from browser plugins, server-side implementations, and JavaScript libraries. http://www.w3.org/MarkUp/Forms/wiki/XForms_Implementations -Erik On Jun 12, 2008, at 4:51 PM, Pruitt, Byron S wrote: > > I discovered an even greater issue. IE has no embedded xform > support. It looks like I have to install and deploy an xform player. > > I apologize for these obvious issues. Hasty cut and paste from some > online examples that I was tweaking. > > > -S > > > > -----Original Message----- > From: www-forms-request@w3.org [mailto:www-forms-request@w3.org] On > Behalf Of Erik Bruchez > Sent: Thursday, June 12, 2008 10:46 AM > To: www-forms@w3.org > Subject: Re: submit doesn't appear as button > > There are many issues with your example: > > * There is no <xforms> element in XForms. So you must remove that. > * You need to place XForms elements in a namespace, e.g. > <xforms:model>. > * Your XForms namespace is wrong, you must use: > > xmlns:xforms="http://www.w3.org/2002/xforms" > > * Your markup is not well-formed as your </body> element is not > closed. > * If you have as default namespace the HTML namespace, you must use > xmlns="" on your instance's root element. > > See attached a modified version which seems to work for me. > > -Erik > -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/
Received on Thursday, 12 June 2008 14:59:24 UTC