Hi Arthy, I don't really see what you want to do : You have the circles coordonates in a database and the description of the connection and you want to show the circles and the connectors? Is that it? Or how do you know the connections?
I supposed the description of all the connectors where in your SVG file as data only and you wanted to draw the corresponding lines. But i think I misunderstood. If you have every thing in you database, start by retrieve every connector information with the coordonates of the circles linked, then add code for drawing the lines using a <line> element, from the center of the first circle to an second, then draw all the circles with a fill-opacity set to 1 : they will overlap the lines and you will see a connection from one border to other. Is that it? arthycharm a écrit : >hai , > >thanks a lot for your reply.being a beginner to svg i find some >information are not understoodable by me.i hope you can help me. > >1.is the linkmaxnumber means the number of links to a particular circle. > >2.what do you mean exactly by navigating the link >myLink.childNodes.item(j) > >3.the two circles you have taken for example is statically making a >connection. > >suppose if i have the info in the database(that is retreived) then how >can i dynamically connect > >plz can you help me in clarrifying these above mentioned questions > >thanks & regards, >arthy. > > > > > > >----- >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 > > > > > > > > -- ----------------------------- Jérôme TRICAND DE LA GOUTTE Logatique 01 46 21 59 59 50 rue Marcel Dassault 92100 Boulogne-Billancourt ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/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/

