[svg-developers] Re: Problems with DOM Objects: serialize an XML node to a string...

2006-02-09 Thread Verusa Domethildes
Hi Martin. I'm so happy! The example that you posted helped me... :) I'm using IE 6 and ASV 3. Thank you so much! This article about SVG Server Side is interesting too.. http://www.xml.com/pub/a/2002/02/27/batik/index.html Regards, Verusa Domethildes --- In svg-developers@yahoogroups.com

[svg-developers] How to serialize an XML DOM document to a string.

2006-02-06 Thread Verusa Domethildes
Hi, I think that this article can be useful. How to serialize an XML DOM document to a string: http://www.faqts.com/knowledge_base/view.phtml/aid/34646. Verusa [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] Problems with DOM Objects: serialize an XML node to a string...

2006-02-06 Thread Verusa Domethildes
Hi. I'm have a svg application that user create elements like circles, ellipses and others. He create this elements in a rectangle called workArea. When the user create a element, I append to workArea. So, I'd like to transform the svg resultant to string. How can I do it? I have a HTML file

[svg-developers] Re: Sending svg objects to server

2005-12-20 Thread Verusa Domethildes
cx=20 cy=20 fill=green / /SVG Francis --- In svg-developers@yahoogroups.com, Verusa Domethildes [EMAIL PROTECTED] wrote: Hi, I'm developing an application that the user can create many objects. I did it in client-side. So, I have to send this objects to server

[svg-developers] Sending svg objects to server

2005-12-19 Thread Verusa Domethildes
Hi, I'm developing an application that the user can create many objects. I did it in client-side. So, I have to send this objects to server, to be save in a database. Ajax? SOAP? Could you post a URL or send me a simple example? Thanks for your attention. Verusa