From: dcabrero@... (Daniel Cabrero) Date: 2002-01-25T02:16:26+09:00 Subject: Serving JPG's built in real time from SVG's Hi all, I would want to know if it's possible to serve graphics (statistical graphics, for example), building SVG's and rendering them in order to obtain a JPEG when a query is performed. I suppose that there are java tools that can be used for rendering the SVG when a JSP query is performed, (you know... free if possible ;-) It's important that the rendering happends ALWAYS ON THE SERVER, WITH NO PLUGINS ON THE CLIENT. Maybe this approach have some inherent problems...�can somebody help? Thanks