I have this svg:

<SVG>
    <g id="a">
    </g>
    <g id="b">
    </g>
</SVG>

I need crete width scripting, on fly,  a new <G> element (in the example 
id="ROOT") like this


<SVG>
    <g id="ROOT">   

         <g id="a">
         </g>
         <g id="b">
         </g>

    </g>
</SVG>

thnx

[Non-text portions of this message have been removed]



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