< XQuery
Motivation
You want to transform an XML Schema into an XForms application.
Method
We will write an XQuery transform that will transform the XML Schema directly to an XForms file.
The following will be automatically generated:
- A sample Instance will be place into the model.
- All "boolean" data types will have a bind statement to the xs:booleantype.
- All "date" data types will have a bind statement to the xs:date type.
- Each element in the XML Schema will have an input field unless it has the words "text, description, or note" in the element name.
- All enumerated types with use an xs:select1 with a series of items in the enumeration.
Sample Source Code
http://code.google.com/p/xrx/source/browse/#svn/trunk/14-xml-schema-to-xforms
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.