HI, Me too I'm doing quite the same thing as you. What have i done is to insert the svg file in an xml document and then append the document to insert the following codes: <text x="55" y="45" visibility="hidden">tooltip <set attributeName="visibility" to="visible" begin="path7.mouseover"/> <set attributeName="visibility" to="hidden" begin="path7.mouseout"/> </text> <path id="path7" d="M50 50 L200 50 200 200" fill="none" stroke="red"/> Are you using the path element for your drawing? The only problem which I have is that i got an xml parsing error that is junk after document element. I'm still working about solving this. Does anyone know xml + svg? Rgds, David
deshmukh swapnil <[EMAIL PROTECTED]> wrote: Hi, Thanks for the reply but the Map is made by using SVG it is not an Autocad file but the drawing which we are making with the help of svg is some what an autocad drawing. All the co-ordinates are stored in database and from database i create that drawing with the help of svg. But my problem is to show the object information in the same svg. which i am not able to do. --- domenico_strazzullo <[EMAIL PROTECTED]> wrote: > --- In [email protected], "swapnil06" > <[EMAIL PROTECTED]> > wrote: > > > > My need is to show inside svg > > a AutoCad map and when i move my mouse pointer on > an object i need > to > > get the information of it. > > > > The svg page should be divided into two halfs one > for the autocad > map > > and one for the information of the object on the > map on mouseover > > > > can anybody help me as soon as possible > > > > Thanks in advance > > > > Hi swapnil06, > > The easiest way is to convert dwg or dxf to svg in > Illustrator. To > save you trouble I recommend you "clean" thouroghly > the autocad file > before saving as svg, depending on how the file was > produced. > > Domenico > > > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- SPONSORED LINKS Xml format Svg Format Data --------------------------------- YAHOO! GROUPS LINKS Visit your group "svg-developers" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- --------------------------------- Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. [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/

