views:

25

answers:

0

Is there anything around that can read an XSD schema and dynamically create a (Windows C#) data entry form? It would also need to read the type definitions and use them to validate the data entered. The data would then be save as an XML file.

I would prefer it was a dynamic form since the XSD could, and probably will change. I'd rather not have to rebuild and redistribute the app every time it changes.

I have seen XSD2code which looks promising but doesn't seem to be dynamic.

The XML data editor on Codeplex looks promising but it threw an unhandled exception when I fed it an XSD I will use. Also, I don't think it does validation rules.