Siegfried,
  An applet is not possible without plugins unless someone writes a SVG viewer in Java 1.1.8.
 
 Using a servlet and sending images is the most obvious solution.  An image map or even form buttons can give zoom/pan/selection functionality.  Html is
 
<IMG SRC=""/>
 
You simply need to specify enough information to determine which SVG document you need to send/generate.
 
Read up on how servlets function or look at the batik examples on their web site.
 
Gavin Walker

[EMAIL PROTECTED]                        Computer Scientist
CSIRO Mathematical and Information Sciences
Distributed Information Systems
GPO Box 664                                  tel: +61 2 6216 7030
CANBERRA  ACT  2601   AUSTRALIA              fax: +61 2 6216 7111

Reply via email to