Re: XML declaration in XHTML causes problems

Peter Foti:

>> I use a script that serves my HTML pages in several 
>> differently encoded
>> versions. I included a few lines that take out the problematic xml 
>> declaration for Opera < 4, Mozilla < 4 and Macintosh MSIE 4,
>> since I had noted (or received reports about) problems in those
>> browsers. Perhaps I should add WebTV to the list.

> Add Macintosh MSIE 5.5 as well.

Really?

Actually, when I look closer at my code, I see that it checks
for either "Mozilla/[23]" or "Mozilla/4" AND "Macintosh", in the 
userAgent string, so it will actually catch all versions of
MSIE for Macintosh.

#####################################################################
                         Bertilo Wennergren
                 <http://purl.oclc.org/net/bertilo>
                        <bertilow@chello.se>
#####################################################################

Received on Friday, 30 March 2001 16:58:37 UTC