Re: Rendering in XHTML

2003-03-03 Thread David Graham
I believe using the xhtml doctype puts IE 6 into strict mode. Try validating your page at the w3c.org validator site. David From: Josh Rayls [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED] Subject: Rendering in

RE: Rendering in XHTML

2003-03-03 Thread Miller, Jason
I had a problem like that when I tried to name my file to something like .xhtml or .xml and serve it as an XHTML document. IE decided that rendering it would be too much trouble. I experimentally determined either the resource must have a .htm or .html extension, regardless of doctype, or the

RE: Rendering in XHTML

2003-03-03 Thread Miller, Jason
One other thing I forgot - the XML declaration also caused it to choke. Hello, I'm having problems getting my browser to render the XHTML properly. My doctype is correct, and my page is well formed. For some reason, when I hit the page, the DOM is shown in IE 6.0. I'm running Struts 1.1 on

RE: Rendering in XHTML

2003-03-03 Thread Josh Rayls
Thanks. The declaration was choking it. :( That's pretty rediculous. -Original Message- From: Miller, Jason [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 11:31 AM To: 'Struts Users Mailing List' Subject: RE: Rendering in XHTML One other thing I forgot - the XML declaration