[svg-developers] Loading SVG in a JSP

2005-07-27 Thread jucabapa79
Hello there. I am developing a Java Server Page using SVG, loading the SVG was not much difficult but I want to modify some aspects of the SVG in these caracteristics. I want that the JSP page "read" the position of an object in particular and can compare the data of the position with a MySQL

Re: [svg-developers] Loading SVG in a JSP

2005-07-28 Thread Peter Thompson
If I understand your question, this is what I suggest: Lets assume that the main SVG file is created dynamically on the server using JSP. Lets assume that you use the primary database key as the id attribute on the SVG objects that you want to detect and get more information about. Lets assum