XForms

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

XForms

wesoos
Does Orbeon make use of the standard XForms implementation?  Meaning can the XForms output by orbeon be used in another implementation of XForms?

Also, do you guys have a schema definition for the form output?
Reply | Threaded
Open this post in threaded view
|

RE: XForms

Stian Sigvartsen
Orbeon Forms is a standard XForms implementation, but will use proprietary extensions when you build forms using its Form Builder. So you can run standard XForms 1.1 forms built using other tools with Orbeon Forms, but not the other way around. That's the purist answer. However many of the proprietary extensions look like they are going to feature in the upcoming XForms 2.0 standard as Orbeon Forms is well represented on the W3C group for XForms 2.0. Also, it would be relatively straight forward to convert the forms to standard XForms 1.1 I suspect (I haven't tried this).

Hope this is helpful.

- Stian


-----Original Message-----
From: wesoos [mailto:[hidden email]]
Sent: 03 April 2014 16:08
To: [hidden email]
Subject: [orbeon] XForms

Does Orbeon make use of the standard XForms implementation?  Meaning can the XForms output by orbeon be used in another implementation of XForms?

Also, do you guys have a schema definition for the form output?

--
View this message in context: http://discuss.orbeon.com/XForms-tp4658202.html
Sent from the Orbeon Forms community mailing list mailing list archive at Nabble.com.

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Reply | Threaded
Open this post in threaded view
|

RE: XForms

wesoos
Thanks Stian,

So is there a schema available for orbeons implementation of xforms?
Reply | Threaded
Open this post in threaded view
|

RE: XForms

Erik Bruchez
Administrator
We have an updated XForms schema with some of our extensions, but not all:

https://github.com/orbeon/orbeon-forms/blob/master/src/main/resources/org/orbeon/oxf/xml/schemas/xforms-1_0-orbeon.xsd

It would be good to have a schema for the Form Builder/Form Runner format too, but we don't have that yet.

-Erik