Chris Serio wrote:
> 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 would be a time saver. I'd prefer to stick 
> with something that i can judge the required amount of effort with.

Just go and grab the next SVG book, that's my suggestion. And forget 
Javascript, you most probably don't even need it _for this task_.

SVG is as easy as

<some
... ununderstandable
... preamble>
<svg>
    <line x1="0" y1="0" x2="200" y2="200" />
    <rect ... />
    ...
</svg>

For SVG -> pdf, I use batik. It works great! If it is an option, you 
might want to use that.

Mark: I can imagine it is much more elegant, faster and more reliable to 
  use xslt, if I just knew how...

Raoul



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12h4f6cj0/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123073478/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to