--- In [email protected], 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 svg doc.
> > var node = parseXML(data.content, document); You should pass that document to the parseXML function as its second argument that you want to insert the nodes into. ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/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/

