Metatool for automatic xml code generation
- by iceman
I want to develop a programming tool for developers which can do automatic xml code generation for specifying a GUI design and its controls. The aim is to allow non-programmers specify GUI controls(which in this case perform higher level task unlike WinForms ) from a GUI. So the xml code generated is essentially an internal representation which programmers can understand and further use in any automatic GUI generator.
So the workflow is GUI(non-programmers)-xml(for programmers)-GUI(non-programmers).
Is there a Microsoft project similar to this?