Agreed. It is pretty easy to create classes for charts, axes, etc. that will generate the appropriate SVG for you. Using a few simple tricks that leverage the "S" in SVG (Scaleable!) you can even avoid lots of messy geometric calculations that you might otherwise have to perform and still provide for fairly flexible chart layout.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Don Demsak Sent: Thursday, June 16, 2005 7:43 AM To: [email protected] Subject: Re: [svg-developers] Server-side SVG for .NET One of the cool things about SVG on the server is that it is just XML, so you really don't need a tool to generate the SVG. If your source is already XML (like in your case, XBRL), all you really need is XSLT (well that is assuming you are willing to learn XSLT). You can't extract SVG from any source, you have to transform it into SVG, which is what the T in XSLT is all about. Don ----- 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/

