Re: [svg-developers] Re: getURL/XMLHTTP

2006-06-29 Thread Sean
Thank you so much. At first, I completely missed the relevance of what you said. Then it hit me. Basically, instead of var node = parseXML(data.content, document); I needed: var node = parseXML(data.content, parent.document.F4B.getSVGDocument()); Perfect! Sean Martin Honnen wrote: > --- In sv

[svg-developers] Re: getURL/XMLHTTP

2006-06-29 Thread Martin Honnen
--- In svg-developers@yahoogroups.com, Sean <[EMAIL PROTECTED]> wrote: > > Do you actually append it into an embedded svg doc other than the svg > doc you use to get your segment? Both my calling doc and the doc > associated with the parseXML are svg. I just can't get it to append into > a third