Hi all, I am trying to create an application that does the following. 1. The user is presented with a form where he can brows to a svg file on his computer. 2. The svg is uploaded to the server. 3. A HTML page is returned with the SVG file. 4. The page has java script in it which will allow me to do things like capture attribute values so, if the user moves the mouse over a line element, then the attributes of the line should be captured in a set of variables. Yes, the file will be modified by the server to include the relevant code.
I am a tad confused about how to start. Should I imbed the svg in the HTML using the object tag? Has anyone done anything like this? I have found some promising material at http://stackoverflow.com/questions/2753732/how-to-access-svg-elements-with-j avascript/3379830#3379830 Any thoughts? Pranav ------------------------------------ ----- 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: [email protected] [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/

