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]

Reply via email to