RE: JSP1.2 xml syntax

2002-11-17 Thread Doug Blackburn
: Sunday, November 17, 2002 1:51 AM To: Tomcat Users List Subject: RE: JSP1.2 xml syntax Doug, If you look at what you are sending to the browser - html right (the stuff in the CDATA elements)? yet you have the contenttype set to xml. IE is therefore told the content type is xml, expects to receive well

RE: JSP1.2 xml syntax

2002-11-16 Thread David Tildesley
ist Subject: RE: JSP1.2 xml syntax David, Thanks for you suggestion. I just looked at the Tomcat generated TableEntry_jsp used to process the requests. It has response.setContentType("text/xml;charset=UTF-8"). I think that should work fine. The only difference between that and the ser

RE: JSP1.2 xml syntax

2002-11-16 Thread Doug Blackburn
e Ref Impl Server is that charset=ISO-8859-1. Am I missing something here? Doug -Original Message- From: David Tildesley [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 5:34 PM To: Tomcat Users List Subject: RE: JSP1.2 xml syntax reading beween the lines: it seems IE it not hap

RE: JSP1.2 xml syntax

2002-11-16 Thread David Tildesley
November 2002 10:28 a.m. To: Tomcat Users List Subject: RE: JSP1.2 xml syntax It looks like Tomcat 4.1.12 may not support this jsp1.2 coding style. Any comments, suggestions? -Original Message- From: Doug Blackburn [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 2:06 AM To: Tomcat

RE: JSP1.2 xml syntax

2002-11-16 Thread Doug Blackburn
It looks like Tomcat 4.1.12 may not support this jsp1.2 coding style. Any comments, suggestions? -Original Message- From: Doug Blackburn [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 2:06 AM To: Tomcat Users List Subject: RE: JSP1.2 xml syntax I just ran this jsp

RE: JSP1.2 xml syntax

2002-11-15 Thread Doug Blackburn
I just ran this jsp successfully on Weblogic 7.0 without any modifications. -Original Message- From: Doug Blackburn [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 12:43 AM To: Tomcat Users List Subject: RE: JSP1.2 xml syntax Ok. I received the following error when running

RE: JSP1.2 xml syntax

2002-11-15 Thread Doug Blackburn
"1.2"> System.out.println("message BEFORE SCRIPT = " + message); message System.out.println("message AFTER SCRIPT = " + message); -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Saturday, November

Re: JSP1.2 xml syntax

2002-11-15 Thread Craig R. McClanahan
On Fri, 15 Nov 2002, Doug Blackburn wrote: > Date: Fri, 15 Nov 2002 22:57:56 -0500 > From: Doug Blackburn <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: JSP1.2 xml syntax > > According to JSP1.2 spec HTML

JSP1.2 xml syntax

2002-11-15 Thread Doug Blackburn
According to JSP1.2 spec HTML tags within the JSP page written in XML syntax can be encapsulated in . I used this construction successfully when deploying to the J2EE Reference Implementation server from Sun. However, when I ported it to Tomcat 4.1.12 I received XML parsing errors within the CDATA