1
Reply

XML Transformation

Yash

Yash

Apr 24 2008 4:56 AM
2k

Hey Friends,

First an overview:

   I need to take the xml file as an input, based on that create controls(Text Box, Drop down List etc) using XSLT and then present the user with the HTML output. Now, user fills in the data, then I need to fill the xml tags with the user input values.

Now, My questions:

1. Can we create Custom controls using XSLT?if yes, then how?

2. How can I assign data to tags of the xml once user fills in the data? means is there something like RequestToXML as we have in ASP?

3. Also, is there any other effective way of doing this?

Thanks


Answers (1)