I am building a site that is an interface used to create XML files that are read as input by a server side program.
The website allows users to dynamically create blocks of HTML. Each block can be thought of as an object and contains several input fields. When the user submits the form, the data is turned into an XML file.
What is the best way to preserve/rebuild the user generated HTML across the post request? I am using JQuery, but not AJAX.