If you have a look at www.PollDaddy.com you will see that for every question you add a resulting xml and xslt file are requested and when recieved they are transformed.
Then when you save your page you will see that the adjusted xml file (your filled in question data) is send back to the server to be saved to the database.
I would like to make something similar like this technique but I cannot get my transformed xml to html back to its original xml format with adjusted data. Does anyone know how I could do this?