• 15-09-2008, 12:36:04
    #1
    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 ?
  • 15-09-2008, 12:37:10
    #2
    sitenin ilk 2 satirini bunla degistirmeyi dener misin

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr">
  • 15-09-2008, 13:51:29
    #3
    ✉ gibi karakterlerler hata verir. Dikkat etmelisin.
  • 15-09-2008, 13:56:16
    #4
    Bende yorumlar çok olunca sayfalattım, aaa.com/yazi-adi?sayfa=yorum&sayfa=12 gibi linkteki soru işaretinde hata gösteriyo :S
  • 15-09-2008, 14:05:40
    #5
    Peksoft adlı üyeden alıntı: mesajı görüntüle
    Bende yorumlar çok olunca sayfalattım, aaa.com/yazi-adi?sayfa=yorum&sayfa=12 gibi linkteki soru işaretinde hata gösteriyo :S
    & olan kısmı &amp şeklinde değiştirip deneme imkanın var mı?
  • 15-09-2008, 14:21:27
    #6
    edit : şuan sadece şu hatayı alıyorum

    Alıntı
    1. Error Line 2, Column 68: character data is not allowed here.

    …1999/xhtml" xml:lang="tr" lang="tr"> xmlns="http://www.w3.org/1999/xhtml" dir



    You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
    * putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
    * forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
    * using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
  • 15-09-2008, 14:31:08
    #7
    validator a check yaptıgında , google ın veya yahoo nun dogrulama etiketlerini bile hatalı diyor , onları nasıl cözcez
    Error Line 5, Column 11: there is no attribute "name".

    <META name="y_key" content="b8623f02194be4b3" />
  • 15-09-2008, 15:02:01
    #8
    Üyeliği durduruldu
    brooklynn adlı üyeden alıntı: mesajı görüntüle
    validator a check yaptıgında , google ın veya yahoo nun dogrulama etiketlerini bile hatalı diyor , onları nasıl cözcez
    Error Line 5, Column 11: there is no attribute "name".
    <META name="y_key" content="b8623f02194be4b3" />
    çözmene gerek yok yahooda bile 35 hata var yabancıların myneti yahoo
  • 15-09-2008, 15:16:04
    #9
    XHTML Hataları ve Çözümleri
    burdaki açıklamalara dikkat ederek xhtml de hatasız bir site yapabilirsiniz.

    ayrıca KR@LKSK ilk 2 satırı bunun gibi yapmayı denedinmi?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">