Metatool for automatic xml code generation
Posted
by iceman
on Stack Overflow
See other posts from Stack Overflow
or by iceman
Published on 2010-03-24T01:15:42Z
Indexed on
2010/03/24
1:23 UTC
Read the original article
Hit count: 342
Xml
|visual-programming
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?
© Stack Overflow or respective owner