kentyler
04-23-2003, 01:28 PM
what would be very useful to me would be a class that would take a set of xml data and convert it into a javascript object. Then, on the client side I could interact with that object as the data changed and before submitting the form, serialize the object back into xml and send it back as a parameter. This would be an alternative to dealing with each value individually on the form.
imagine wddx, which provides a simple way to serialize data on the server and write it to the response in a way that will create the object in the client, and an api for working with the data on the client and for reserializing it before sending it back. i use it alot to drive data driven apps and the javascript to manipulate a javascript object is much easier and clearer for me than manipulating the xml structure.
imagine wddx, which provides a simple way to serialize data on the server and write it to the response in a way that will create the object in the client, and an api for working with the data on the client and for reserializing it before sending it back. i use it alot to drive data driven apps and the javascript to manipulate a javascript object is much easier and clearer for me than manipulating the xml structure.