The possibilities of SVG are explained and discussed in the theoretical part of my master thesis.
I have got one Apache put on web servers with Tomcat and Cocoon as well as made a MySQL database and fed with test data in the practical part. I then have one Java server page prepared file which is executed by Cocoon first at the call of the web page. This JSP file makes a connection to the database, selects the contained data and saves them into a XML file. The JSP file then tests whether the asking browser has a SVG Plugin. Depending on result this one will stored represent XML file by means of the corresponding XSL/XSLT Stylesheet. |