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: thomas.deweese kodak.com [mailto:thomas.deweese kodak.com]
Sent: 25 July 2007 15:14
To: batik-users xmlgraphics.apache.org
Cc: batik-users xmlgraphics.apache.org
Subject: Re: Capturing Client Side DOM changes
Hi Dylan,
"Dylan Browne" <dbrowne mango-solutions.com>
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: batik-users-unsubscribe xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help xmlgraphics.apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: batik-users-unsubscribe xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help xmlgraphics.apache.org
|