Fri, 2004-07-30 17:25
When should I put an XML declaration at the top of my pages? Just a general question.
Fri, 2004-07-30 20:21
#1
XML Declaration Question
Simply, when you are using Xtended Markup Language.
(So really, if you code in HTML, never).
Fri, 2004-07-30 21:16
#2
XML Declaration Question
If you are expecting your (X)HTML to work in IE6, then you shouldn't. IE mistakenly gets thrown into quirks mode (non-compliant XHTML).