I have an applications that I'm writing that has an XML file with defined elements. I simply want to take input from textboxes and put the data into the appropriate XML elements.

How would I go about doing this?

Thanks!