At 12:48 PM 3/30/2006, I wrote:
>I thought it would be relatively easy, given an SVG node, to use
>JavaScript to find all its attributes through something like
>
>A=node.getAttributeList,

This does what I was looking for:
for (j=0;j<node.attributes.length;j++){
         s+=node.attributes.item(j).nodeName+"="
         s+=node.attributes.item(j).nodeValue+":"
}

DD 



-----
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