""andr� m. winter"" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> regarding client side DOM manipulations with SVG there is no big
> difference in performence between
>
> elem = document.createElement(elem_type);
> elem.setAttribute(NS,attr_1,val_1
> [...]
> elem.setAttribute(NS,attr_n,val_n);
> doc.appendChild(elem);
>
> doc.appendChild(parseXML("<elem_type attr1_1='val_1' [...]
> attr1_n='val_n'/>",doc));


This is not my experience noth Batik and ASV favour parseXML after about 2 
elements and 4 attributes, although surprisingly it does depend on the type 
of elements, somewhere in the http://jibbering.com/2002/1/ - 
http://jibbering.com/2004/9/ space is a test case... :-)

Jim. 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
 



Reply via email to