RE: [PHP] SVG & PHP

2001-04-25 Thread Matthew Luchak
Subject: [PHP] SVG & PHP Hi, This might be a bit of a long shot, but I'm willing to give it a go. :) Does anyone know of a server-side SVG parser that can be called via some kind of PHP extension? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP] SVG & PHP

2001-04-25 Thread Phil Driscoll
I don't know of anything specifically - all the existing java stuff we've played with is very big and very slow. One possible solution might be to write a wrapper for the Adobe SVG browser plugin - it would be a reasonable amount of work though, and of course the plugin would have to be available

[PHP] SVG & PHP

2001-04-25 Thread Nick Winfield
Hi, This might be a bit of a long shot, but I'm willing to give it a go. :) Does anyone know of a server-side SVG parser that can be called via some kind of PHP extension? I want to be able to parse an SVG XML file and write it out to disk, for usage with customisable menus. I have been given a