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
mime type had to be text/html.  Not exactly the solution I was hoping for,
but about the best I can personnally offer.  Hopefully someone has a better
answer.


>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 Weblogic
>7.0.
>
>Thanks in advance!
>
>-Josh

Reply via email to