I want to create an XSD based web form and view / save / load user inputs in XML format (something like an xml editor). Is there a quick way to do this?
my XSD may contain some problems and is very large. I don't care if the shape will be huge either!
This is one thread on SO that matches your question; since then, someone has added an answer about a new product that I have not studied ...
Microsoft ; , , , - , .
, - " " " , ". , : PHP,.NET, Java-based?
XSDForm . XML- - - (XSD -).
Self plug: xsd-forms xsd- .
, , - xsd json, json. json xml.
https://github.com/highsource/jsonix-schema-compilerjsonix, json- xsd xsd.
http://alpacajs.org/, json- html-. , .
https://github.com/highsource/jsonix. json xml.
, , . , XSD2HTML2XML. , . , ( :)):
, . , XML.
I am working on my own project called XsdFormEditor. Allows the app to display any XSD as a form in WinForms (95% complete), on the Internet (using Asp.Net MVC, 0% done), WPF (0% done). The idea is to download any XSD file, show it to the user as a form, allow the user to enter some data and save the data in XML format. The user will also be able to load default values for generating from an XML file. You can find it here: https://github.com/janstafa/XsdFormEditor