On Fri, 30 Jul 2004 03:30:09 GMT, Lachlan Hunt
<lachlan.hunt@lachy.id.au.invalid> wrote:
[color=blue]
> Matt Broughton wrote:[color=green]
>> Mac OS 10.3.4 --
>> Mozilla based browsers (Camino, Mozilla, Firefox) all display page with
>> style sheet working. In Safari, IE, and iCab, the page is served as
>> unstyled content.[/color]
>
> That seems strange, I thought Safari supported application/xhtml+xml? At
> the moment, it's just set up with Apache's MultiViews, and there's an
> index.html (unstyled HTML 4.01) and index.xhtml (styled XHTML 1.1). Does
> Safari send a lower q value for XHTML, than it does for HTML, or does
> anyone know why else this could occur?
>
> I will eventually be setting this up dynamically, rather than having
> 2 seperate files, but I have to learn how first. Anyway, here's the 2
> static files currently being served:
>
http://www.lachy.id.au/index.html (html 4.01)
>
http://www.lachy.id.au/index.xhtml (xhtml 1.1)
>[/color]
A problem is that you are serving .html to Opera when you should serve
..xtml, I believe. When loading
http://www.lachy.id.au/ in Opera 7.23 (PC)
I get the .html which has no stylesheet in the head. When loading
http://www.lachy.id.au/index.xhtml expressly, it works fine and renders
appropriately.