generate web form from XSD

xml, xsd

Solution

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?

Problem

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!

Original source

Related problems