Hello!
I do not have mauch time but try to use RawScreen!
To find out more search the list!
Best!
AS> Hello,
AS> I am trying to display SVG graphics with turbine, but somehow I got stuck!
AS> I end up with the source code of the SVG displayed as if it was normal XML
AS> text.
AS> in my Action class:
AS> //String svgString=<svg source code>
AS> data.setContentType("image/svg-xml");
AS> try
AS> {
AS> data.getOut().write(svgString);
AS> data.getOut().flush();
AS> data.getOut().close();
AS> } catch (Exception e)
AS> {
AS> e.printStackTrace();
AS> }
AS> Any ideas what I am doing wrong?
AS> Akmal
AS> _________________________________________________________________
AS> MSN Photos is the easiest way to share and print your photos:
AS> http://photos.msn.com/support/worldwide.aspx
AS> --
AS> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
AS> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
______________________________________
Leksiu ([EMAIL PROTECTED])
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>