Re: [Xsltforms-support] Transforming XML Schemas to XForms
Brought to you by:
alain-couthures
|
From: Tambet M. <tam...@gm...> - 2010-05-03 07:57:16
|
Hi Dan! You can also take a look at WSDL2XForms project, see http://sourceforge.net/projects/wsdl2xforms/. It includes schema2xforms as well. It is implemented in XSLT 2.0. Original development was done for Chiba, but there are very few Chiba specifics. Regards, Tambet Dan McCreary wrote: >> There are already different people generating XForms model from XML schema for the same purpose. >> > > More than just the model! I have taught classes on how to transform > XML Schemas into the entire XForms file! > > The code is on Google Code here: > > http://code.google.com/p/xrx/source/browse/#svn/trunk/14-xml-schema-to-xforms > > Some of the class notes are here: > > http://www.danmccreary.com/presentations > > Most of these were designed to transform NIEM schemas but the concepts > should work fine on other schemas also. > > If I get some extra time I hope to port these to use XQuery typeswich > transforms. They seem to be a lot easier to maintain. > > - Dan > > |