Create web form from XSD

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!

+3
source share
6 answers

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?

+2

XSDForm . XML- - - (XSD -).

+4

Self plug: xsd-forms xsd- .

+2

, , - xsd json, json. json xml.

xsd → json schema

https://github.com/highsource/jsonix-schema-compiler
jsonix, json- xsd xsd.

json chema → html form

http://alpacajs.org/
, json- html-. , .

json → xml

https://github.com/highsource/jsonix
. json xml.

+1

, , . , XSD2HTML2XML. , . , ( :)):

  • HTML- XSD
  • , , , .
  • XML-

, . , XML.

0

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

-1
source

All Articles