XSD to XForms and XForms to XSD conversion

淺唱寂寞╮ 提交于 2019-12-03 15:39:33

Many people (including me) expects to get that XML Schema to XForms generator, but due to the complexities of XML Schema it has been hard to achieve until now.

Take a look at this three projects:

https://code.google.com/p/xrx/ Dan McCreary created XRX, an architecture for building XML based applications with examples, and one of the examples generates XForms from XSD Schemas using XQuery.

https://github.com/lcahlander Loren Cahlander has an interesting project called govworks that includes generation of XForms from XSD Schemas, also using XQuery, like XRX

http://sourceforge.net/projects/schema2xforms/ Steve Cameron has created a visual designer for Schemas that generates XForms, using XSLT

All these guys are very kind and for ure they will offer you help.

The bad news are that Importing external Schemas is not supported on none of these three projects right now. That's the most complex feature of XML Schema.

IBM built an XForms generator from Schemas as a plugin for eclipse, but it has been abandoned and no longer available for download :-(

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!