god wrote: > Hi > > My question: Is it possible to generate XML and send back to server > with javascript? > eg. I've generated Xml document from a database on the server side, > send it to the client that views the document as an interactive SVG. > On clientside the SVG is manipulated (the DOM tree is changed), (how) > can I render a new changed XML document and post back to the server > which will store the new information in the database? > > Regards! > Tobbe
Hi Tobbe there are several ways to do what you want, it depends on the platform you want to use. if you are aming for ASV3/6 or Batik, you can use postURL() postURL() was discused on list lately, please checkthe archiv. and if your target is Opera,Mozilla or Firefox, you would use the XMLHttpRequest object. see: http://jibbering.com/2002/4/httprequest.html hth Holger ----- 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/

