I have the following requirement: In C#2.0, Given a device configuration in xml format and a schema automatically create a UI displaying the xml. This ui could change the xml and needs to perform validation on the schema.
I thought of a file defining for each xpath how to display it in UI (and a default behaviour for unspecified elements).
Is any one aware of existing solutions in C#2.0 producing winform?