Re: How send svg content to browser as response

2006-09-06 Thread Giorgio Clavelli
p-examples/jsp2/jspx/textRotate.jspx?name=JSPX > work with your browser (assuming your Tomcat is installed on your local > machine and listening on port 8080)? > > Regards > mks > > - > To start a new topic, e-ma

Re: How send svg content to browser as response

2006-09-05 Thread prad
mcat is installed on your local > machine and listening on port 8080)? > > Regards > mks > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addit

Re: How send svg content to browser as response

2006-09-05 Thread Giorgio Clavelli
If you are targeting firefox's svg implementation. Have a read at this first: http://jwatt.org/svg/authoring/ On 9/5/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote: prad wrote: > Am processing some svg files on server side and after processing i need to > send the svg as response...I set the m

Re: How send svg content to browser as response

2006-09-05 Thread Markus Schönhaber
prad wrote: > Am processing some svg files on server side and after processing i need to > send the svg as response...I set the mime type as "image/svg+xml" > and tried the below code What has this servlet... > public void doGet(HttpServletRequest request, > HttpServletResp

RE: How send svg content to browser as response

2006-09-05 Thread Peter Crowther
> From: prad [mailto:[EMAIL PROTECTED] > Am processing some svg files on server side and after > processing i need to > send the svg as response...I set the mime type as "image/svg+xml" > and tried the below code > > public void doGet(HttpServletRequest request, > HttpSer

How send svg content to browser as response

2006-09-05 Thread prad
loads Why its not directly displaying the contents in the browser...Any help plz.. Thanks & Regards Prad -- View this message in context: http://www.nabble.com/How-send-svg-content-to-browser-as-response-tf2219904.html#a6149122 Sent from the Tomcat - User forum at Nabble.com. --