it got truncated, here it is. Can anyone confirm that the following works (or doesn't work)?:
var s = svgdoc.createElementNS(svgNS,"script"); s.setAttributeNS(xlinkNS,"xlink:href","xxxx.es"); svgRoot.appendChild(s); After loading and parsing an external file the script linked to that file is dumb. Same if the script is inline. Then I tried the above with no luck. Can anyone suggest an alternate method, other than hardcoding the script tag in the first file(the script filename is not necessarily known in advance)? Thank you, Domenico --- In [email protected], "Domenico Strazzullo" <[EMAIL PROTECTED]> wrote: > > Hi, > > Can anyone confirm that the following works (or doesn > ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

