--- In svg-developers@yahoogroups.com, "chmavrog" <[EMAIL PROTECTED]> wrote:

> I am coding for IE6. and ASV3.0 in Apache Web server.
> I have a group element used as a canvas to draw dynamically shapes 
> using javascript and SVG DOM.
> 
> Now how can i save the content inside the group element in order to 
> load it again a later time for further edit.What I am trying to 
> accomplish is the save and load operations for my drawings.

Are you aware of the Adobe extension functions printNode, parseXML,
getURL, postURL
  <http://wiki.svg.org/PostURL>
  <http://wiki.svg.org/GetURL>
  <http://wiki.svg.org/PrintNode>
  <http://wiki.svg.org/ParseXML>
? That way you can serialize some DOM nodes to a string, post the
string to your web server to safe it, load the string back from the
web server to parse it into DOM nodes again you can insert into the
SVG DOM document.







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/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/
 


Reply via email to