[svg-developers] Re: Problem send SVG by XMLHttpRequest.

2005-04-24 Thread steve2kbn
Hi, I try, but I get Object expected error when I use printNode(svgDocument). Steve --- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > Hi Steve > i would suggest sending a string not a document Object, so > XHR.send(printNode(svgDocument)); > should do the trick.

[svg-developers] Re: Problem send SVG by XMLHttpRequest.

2005-04-24 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, "steve2kbn" <[EMAIL PROTECTED]> wrote: > > In my ASP page I read SVG through 'embed' > tag. I am changing few things in this svg file and then I need to > return changed svg back to server. I use IE6 and ASP. NET. I tried to > send it by XmlHttp but with no