|
If you manage to get an XML output from your Oracle database, then I suggest you have a look at XSLT. However, you might need some tricky computations in order to convert your coordinates to SVG data, then you can consider using "standard" XSLT extensions EXSLT or generate SVG from your XML file using a programming language (like Perl). There is a nice Perl, XML and SVG article on XML.com, have a look. Hope this helps,
Antoine
|