I have a web form that should save the data that the user enters into a file and to a client computer, which can also read from a saved file and re-fill the fields later. No files will be saved on the server side, so I expect streaming to be enabled during recording.
I decided that XML would be an easy way to do this, but I disagree with the methodology. XML documents? XML Writers? I am in the right search conditions to get what I want.
Thanks in advance for any pointers.
source
share