Hi Will, "Will Holcomb" <[EMAIL PROTECTED]> wrote on 08/30/2006 03:34:12 AM:
> I have a project where I would like to programmaticaly generate several > different versions of a SVG which changes based on the url query parameters. > batik-rasterizer -d out.png file:labeled_USA_map.svg?show=VA Your file URL is not a valid url. It should look something like: file:///C:/foo/bar/labeled_USA_map.svg?show=VA Note that Batik will not strip the query parameters so it will likely try and open a file with those parameters in it's name. > I can use symlinks and more javascript to get around this, but I am really > curious if there is a method for passing in query parameters from the command line. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
