CRUD Form dynamicaly generated from XSD
-
I need to develop a generic XMLEditor Form for an application (Windows Forms .Net 4.0). The main concepts are: - xsd definitions are known and stored as a resource - form receives xml content string and the xsd name - user must be able to edit (and add/delete) all of the xml attributes / values Below is a sample of one of the xml content strings
There are 3 or 4 different xml schemas and this form must be able to edit all of them. Do you think that this can be done?
-
I need to develop a generic XMLEditor Form for an application (Windows Forms .Net 4.0). The main concepts are: - xsd definitions are known and stored as a resource - form receives xml content string and the xsd name - user must be able to edit (and add/delete) all of the xml attributes / values Below is a sample of one of the xml content strings
There are 3 or 4 different xml schemas and this form must be able to edit all of them. Do you think that this can be done?