RE: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-11 Thread d~l
On 11 Nov 2004 at 11:05, Kumar Pandey kumar.pandey-at-transerainc. wrote: > Were able to get this fixed?. > I have similiar issue with IE 6 just displaying svg from a servlet with mime > type image/svg+xml. > > Downloading and opening the svg file works fine. > > Thanks > Kumar Hello Kumar .

RE: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread d~l
On 9 Nov 2004 at 21:13, Peter Crowther Peter.Crowther-at-melandra wrote: > If you download and save it as file.svg on your desktop, then > double-click it, does it load? If so, I suspect a content-type issue. > > - Peter yes .. if

RE: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread Peter Crowther
> From: d~l [mailto:[EMAIL PROTECTED] > Thanks for the guess .. but I have just checked the > textRotate.jspx file which IE is > prompting to be downloaded .. and there is no white space > before the

Re: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread Peter Lin
extra lines before can cause some XML parser to fail, so they should be removed. peter On Tue, 09 Nov 2004 20:53:04 -, d~l <[EMAIL PROTECTED]> wrote: > On 9 Nov 2004 at 20:04, Peter Crowther Peter.Crowther-at-melandra wrote: > > > > Problem summary: > > > Tomcat 5.0.24 JSP 2.0 SVG example

RE: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread d~l
On 9 Nov 2004 at 20:04, Peter Crowther Peter.Crowther-at-melandra wrote: > > Problem summary: > > Tomcat 5.0.24 JSP 2.0 SVG example does not display JSPX > > rendered SVG file in > > IE 6 browser. > > O.k. in Opera and Mozilla. > > Just check whether there's a blank line before the in the > g

RE: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread Peter Crowther
> From: d~l [mailto:[EMAIL PROTECTED] > Problem summary: > Tomcat 5.0.24 JSP 2.0 SVG example does not display JSPX > rendered SVG file in > IE 6 browser. > O.k. in Opera and Mozilla. Just check whether there's a blank line before the in the generated file. I had the same problem in ASPX with

RE: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread d~l
On 9 Nov 2004 at 17:56, Didier McGillis codesmoker-at-hotmail.com wrote: > You have to configure IE6 to know what svg is and how to display it. Thanks for your reply .. I tried to explain in my post that SVG files (stand alone) display in IE 6 .. no problems there .. IE 6 just does not disp

RE: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread Didier McGillis
You have to configure IE6 to know what svg is and how to display it. From: "d~l" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6 Date: Tue, 09 Nov 2004 16:25:1

Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread d~l
Problem summary: Tomcat 5.0.24 JSP 2.0 SVG example does not display JSPX rendered SVG file in IE 6 browser. O.k. in Opera and Mozilla. _ I have Tomcat 5.0.24 running on my localhost - Win XP Pro SP1 I am trying out the JSP 2.0 SVG example found here