| Author |
User Interface for taking input based on XSD
|
ramesh agarwal
Greenhorn
Joined: Jun 10, 2008
Posts: 19
|
|
I have an XSD file with some complex types inside it; meaning all the xml nodes do not take the same structure; some have choice; and based on the choice made there are some additional properties etc.
How do I build a user interface for it? My dream UI would be a jtable, and based on the value provided in the first cell, the second cell gets popluated with the possible structure etc. I want to provide a simple UI and construct the corresponding XML internally.
Do I have to write the UI from the scratch, or is there any binding that can be achieved from XSD to generatoin of the UI?
|
 |
 |
|
|
subject: User Interface for taking input based on XSD
|
|
|