Axel,
<?xml version="1.0" ?>
^Hierdurch schickst Du den IE auch in Version 6 in den quirks-mode. Da kümmert er sich nicht um Standards. Lass das weg.
Auch keine gute Idee. Das kollidiert dann mit
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
Wenn in einer XML-Datei nicht in der XML-Deklaration eine andere Zeichencodierung angegeben wird, gilt UTF-8.
Das heißt, ohne XML-Deklaration MUSS eine XHTML-Datein in UTF-8 codiert werden.
Die Alternativen wären Quirksmode für IE oder bei HTML 4.01 bleiben.
Gunnar
--
I never intended HTML source code (the stuff with the angle brackets) to be seen by users. […] To my surprise, people quickly became familiar with the tags and started writing their own HTML documents directly. (Tim Berners-Lee in Weaving the Web)
I never intended HTML source code (the stuff with the angle brackets) to be seen by users. […] To my surprise, people quickly became familiar with the tags and started writing their own HTML documents directly. (Tim Berners-Lee in Weaving the Web)