Tomcat 5 and well-formed XHTML

2003-08-17 Thread Sjoerd van Leent
I want to run this code on tomcat 5, on port 8080 in Internet Explorer, but something strange happens: When I run the following code ::: CODE ::: ?xml version=1.0 encoding=ISO-8859-1 ? jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; version=1.2 jsp:directive.page language=java

Re: Tomcat 5 and well-formed XHTML

2003-08-17 Thread Graham Stark
Sjoerd, I had the selfsame problem last week. The solution (thanks to Bill Barker) is to add: jsp:directive.page contentType=text/html; charset=iso-8859-1 / to the page. Graham I want to run this code on tomcat 5, on port 8080 in Internet Explorer, but something strange happens: When I

RE: Tomcat 5 and well-formed XHTML

2003-08-17 Thread Sjoerd van Leent
23:45 To: Tomcat Users List Subject: Re: Tomcat 5 and well-formed XHTML Sjoerd, I had the selfsame problem last week. The solution (thanks to Bill Barker) is to add: jsp:directive.page contentType=text/html; charset=iso-8859-1 / to the page. Graham I want to run this code on tomcat 5