« Return to Thread: problem dynamically adding svg

problem dynamically adding svg

by david_bigd42 :: Rate this Message:

Reply to Author | View in Thread

Here is my problem. I have a static svg file, and at various times i
will need to add additional svg to this document. I can do this for a
small number of elements with no problem via the createElementNS,
setAttribute, and appendChild methods. But now i need to add a few
thousand elements at a time.

I use and xmlhttp (ajax) transfer to get the new svg. The server
returns valid svg, and when i try to append the xmlhttp.responseXML to
the svg document, i get a type mismatch error thrown.

Any ideas?





------------------------ Yahoo! Groups Sponsor --------------------~-->
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/1U_rlB/TM
--------------------------------------------------------------------~->

-----
To unsubscribe send a message to: svg-developers-unsubscribe@...
-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:
    svg-developers-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



 « Return to Thread: problem dynamically adding svg