I have to develop a web based application which reads an XML Schema & generate appropriate UI components. After user manipulation, relevant xml file should be generated.
Which Framwork or API can make my life ease.
Your assistance kindly appreciated.
Note :
I have check XUI (http://www.xoetrope.com/xui) Framework. I could find that supports XML not XML Schema.
Regards,
Safraz
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
Let's be precise in terminology: Reading an XML Schema won't do any good for constructing a GUI. Reading an XML file -and optionally validating that it conforms to some Schema- may do the trick.