How send svg content to browser as response

2006-09-05 Thread prad
ot; "); out.println(" "); out.println("Hello, World"); out.println(" "); out.println(""); } when i invoke this servlet .it's showing download dialog box and if press ok .servletName.svg file gets down

Re: How send svg content to browser as response

2006-09-05 Thread prad
" SVG serverside\n" + ""); out.close(); } this is workin fineHere am just writing out only one element as response .I need to write whole svg file to browser...A