I have a question regarding dynamic interface development in .NET. What I would like to do is have an xml file act as a definition file for a GUI input form (so the file would define labels and textbox -- it would as describe data format, but I think if I can figure out the dynamic gui part, I can get this part). I've done this type of work using internet explorer -- having a .hta file that uses an iframe to call an xml file which is rendered by an XSL file. I'm just wondering if anyone has done anything like this or would be willing to share a basic example of how one might do this or point me to a reference.

Many thanks