Is it possible to convert xsd's into xform models?
One schema may translate into many, possibly an infinity of different XML documents, so for a random schema this is not possible. But by defining a subset of WXS you could probably achieve this.
Does OXF provide some easy way to convert xsd to xform model?
Not, you will have to implement your own solution. I can only guess that you could generate an XForms model from a subset of WX5 or Relax NG, using XSLT. We haven't tried something like this though.
-Erik
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
