Generate Dynamic Form from XSD [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'm in the process of creating a web 开发者_如何学Cservice that uses XML to handle information transfers between client(s) and the server. I've defined an XSD for the service and now need to come up with a really simple way for non technical users to quickly create test XML documents. Hence, I was wondering if people could explain what the best practices to do this would be and if anyone had suggestion for software to look into that can take an XSD and create a dynamic form non-technical users could fill out and save the result as XML.
I am working on my own project called XsdFormEditor. Application will be able to show any XSD as a form in WinForms (95% done), Web (using Asp.Net MVC, 0% done), WPF (0% done). Idea is to load any XSD file, show it to user as a form, let user input some data and save data as XML. User will be also able to load default values to form from XML file. You can find it here: https://github.com/janstafa/XsdFormEditor
精彩评论