Good to hear that, as that is the road I have started down, hoped it was the correct method.
Will post back with any useful snippets for future reference. Thanks as ever, Dylan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 25 July 2007 15:14 To: [email protected] Cc: [email protected] Subject: Re: Capturing Client Side DOM changes Hi Dylan, "Dylan Browne" <[EMAIL PROTECTED]> wrote on 07/23/2007 10:12:53 AM: > In the client browser the user is able to drag and drop elements within > the SVG document, which is generated via Batik. [...] > Is there any way to inform the server side of the client side > modifications to the DOM. The simplest way is to simply serialize the DOM on the client (printNode, DOMUtilities.writeNode) and use 'postURL'/XmlHttpRequest(?) (JS functions) to send it back to the server. I don't know what client you are using (Batik, ASV, Opera, FF), so I can't provide real details but that should get you started. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
