Re: any equivalent of "generator" for svg?

Andrew Wooldridge wrote:
> 
> Does anyone know of an SVG equivalent of MM's Generator software?

Perl?

Seriously - you don't need any special software. Anything that can be used
to generate xml text can generate SVG. So any server side technology, right
from the simplest shell script that uses "echo", through Perl, Python, Java
servlets, XSL-T, Visual Basic, or anything else that you wish, can be used
to generate SVG on the fly.

--
Chris

Received on Saturday, 5 February 2000 12:41:36 UTC