Where did my Unicode go in 4.1.17?

2002-12-20 Thread Caton, Paul
I think I need the help of outside eyes, because I must be not seeing the forest for the trees. Under Tomcat 4.0.6 I was serving out XML which had Unicode code points for Arabic characters and in all decent browsers (Mozilla, Phoenix, Chimera, etc.) the Arabic displayed beautifully. Yesterday we

RE: Enough please!

2002-12-10 Thread Caton, Paul
I agree. As hard as it is to restrain from responding to flamebait and as tempting as it is to have the last word, I think this thread needs to die now. Paul Caton. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
Dave, Thanks for the reply, but no, I'm sure that's not the problem. Bitter experience has taught us to delete all the work/ files and recompile everything when testing changes, so I'm certain that the compiled JSP file is always up to date with the XML file. Paul. -Original Message-

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
Charlie, A colleague suggested I try adding this to the JSP: response.setContentType(text/html;charset=UTF-8) but it made no difference. Is there another way you know of I could try? Paul. -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
Okay, I put the Java expression first so that now the JSP file looks like this: %= response.setContentType(text/html;charset=UTF-8) %%@ include file=mary.xml % After I recompiled and tried to access the page I got this error message: org.apache.jasper.JasperException: Unable to compile

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
to people who have been trying to help. Paul. -Original Message- From: Julius Davies [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 2:28 PM To: Tomcat Users List Cc: Caton, Paul Subject: RE: Not getting CSS with XML Paul Caton, The error message your getting is because

RE: Not getting CSS with XML

2002-12-03 Thread Caton, Paul
That did the trick! Thanks, Kris. Paul. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 3:04 PM To: Tomcat Users List Subject: RE: Not getting CSS with XML ... How 'bout something like: %@ page contentType=text/xml % %@ include

Not getting CSS with XML

2002-12-02 Thread Caton, Paul
I'd be very grateful for any advice regarding a CSS problem that is puzzling me. Our setup is Tomcat 4.0.6-LE on a Sun running Solaris 8. We have a webapp with the href base set as /acsam. In the acsam webapp directory we have this very simple test CSS stylesheet (mary.css): paragraph {