Hallo Ingo,
irgendwo habe ich mal gelesen, daß in XHTML der title das erste Element im Head sein soll (muß?).
Das ist falsch. Aus der XHTML 1.0 Strict DTD: http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_head
----------------------------------------------------------
<!-- content model is %head.misc; combined with a single
title and an optional base element in any order -->
<!ELEMENT head (%head.misc;,
((title, %head.misc;, (base, %head.misc;)?) |
(base, %head.misc;, (title, %head.misc;))))>
----------------------------------------------------------
Betonung liegt dabei auf »in any order«. Mach Dir doch nicht unnötig Probleme, wo keine sind. ;-)
Viele Grüße,
Christian