[svg-developers] Newbie SVG Developer

2005-08-02 Thread Chris Serio
Hey all, I'm new to SVG. I've never used it before but i want to use it to generate images that can be used in Visio (which can open SVG), possibly convert to PDF and also view on the web. The images will be generated by a program i want to write which will interpret some data in a database.

[svg-developers] Re: Newbie SVG Developer

2005-08-02 Thread Chris Serio
-- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > Chris Serio schrieb: > > > Hey all, > > > > I'm new to SVG. I've never used it before but i want to use it to > > generate images that can be used in Visio (which can open SVG)

[svg-developers] Re: Newbie SVG Developer

2005-08-02 Thread Chris Serio
Alot of good suggestions here guys but the bottom line is this... I'm very fluent in C/C++ so I'm more comfortable doing something overkill but fast than learning something new. I can't take the risk in investing my limited amount of time to learning something new unless i was sure that it woul

[svg-developers] Re: Newbie SVG Developer

2005-08-02 Thread Chris Serio
as XML, and then using XSLT to transform them into SVG. Really > fairly flexible and elegant, if you can deal with XSLT. > > ~Bill > > -Original Message- > From: svg-developers@yahoogroups.com [mailto:svg- [EMAIL PROTECTED] > On Behalf Of Chris Serio > Sent: Tuesday, Augu

[svg-developers] Re: Newbie SVG Developer

2005-08-02 Thread Chris Serio
t could > > be round-tripped. The round tripping feature of Visio works quite > > well. One of the few things you will not get from a round trip is > > equations (if I remember correctly - it was about 3 years ago now). > > > > Anyways, check out that paper and giv