XML Form Generator
This is a project that I've been working on to simplify the task of creating web forms to capture user input using XML and XSL. This series of articles on ASPAlliance is a complete, although basic, web application that will allow developers to easily create and use this type of web form.
Part 2 was published today.
Abstract: Part 1 of this series demonstrated how to create an XML form using a DataGrid in a web page. The focus of this part is the display of the XML form using XSL to transform it and then saving the user input to an XML file.
XML Form Generator, Part 1: Generating an XML Form (14 September 2004)
XML Form Generator, Part 2: Capturing User Input (29 September 2004)
XML Form Generator, Part 3: Displaying the Results (October 2004)