Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

generate web form from XSD

Tags:

xml

xsd

I wanna create a web form based on an XSD and view/save/load the user inputs in XML format (something like an xml editor). Is there any fast way to do this?

my XSD might contains some problems and is very huge. I don't care if the form will become huge as well!

like image 990
MBZ Avatar asked May 08 '12 11:05

MBZ


2 Answers

XSDForm can solve your problem. It can convert your XML Schema to a web form on your website (XSD to Web Form).

like image 57
Thinker Avatar answered Sep 26 '22 07:09

Thinker


This is one thread on SO that is the same as your question; since then, someone added an answer about a new product I have not explored...

Another thread on Microsoft forums deals with the same; the alternate approach there was to map content through a database, since software that deals with web forms and databases seems to be more easily available.

If I would have to sum it up, the short answer is "not really" or "not straight forward, for sure". It would also help to understand what technology you intend to use: PHP, .NET, Java-based?

like image 28
Petru Gardea Avatar answered Sep 23 '22 07:09

Petru Gardea