Alıntı
# Error Line 2, Column 49: duplicate specification of attribute "xmlns".

…'http://www.w3.org/1999/xhtml' xmlns="http://www.w3.org/1999/xhtml" dir="ltr"



You have specified an attribute more than once. Example: Using the "height" attribute twice on the same "img" tag.
# Error Line 2, Column > 80: XML Parsing Error: Attribute xmlns redefined.

…xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr">…
Bu 2 hatayı nasıl düzeltebilirim arkadaşlar ?