Hi everybody, I have a group element that acts as a canvas to draw dynamically UML Classes.I want to save the created diagram so that i can load it and edit on later. I have found a wrapper object for making NetWorks requests for IE/ASV3 and FF 1.5.(getXMLData Object from Cartonet) I am a little bit confused about the order of the implementation.So here is what i have in mind.
1.For every childNode of the group element serialize the childNode. 2.Send the produced serialized result(Is it markup result?) in server and use PHP Script to create a .txt file with the markup serialized code. 3.Load the .txt file into canvas and process the markup code to display it. Is this ok? Is there another way around? Thanks in advance Chris ------------------------ Yahoo! Groups Sponsor --------------------~--> Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

