Need help with XML parsing

Discussion in 'JavaScript' started by nellement, Feb 23, 2009.

  1. nellement

    nellement Active Member

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #21
    when I put html tag it shows large amount of errors dontknow what to do,can you help me with DOCTYPE issue,when i insert doctype tag tried all versions of that tag in my code,when i preview it with doctype code my site looks like its pushe to the top of the browser only showing the bootom of it.
     
    nellement, Feb 25, 2009 IP
  2. gnp

    gnp Peon

    Messages:
    137
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #22
    your code has errors and that is what the validators sees..
    • You still have not fixed the ending html tag </html> at the end of your code..
    • you have attributes like mce_href which do not exist..
    • you close your meta and link tags with /> but that is valid only if your page is xhtml
    • you use leftmarign and similar tags on body, but this attributes belong to html 3.2 code
    select which doctype you want to validate against, then check the errors and read the descriptions .. they usually explain what the problem is exactly..

    once you have a correctly structured page and do not understand what an error is then post here for more info

    regards
     
    gnp, Feb 25, 2009 IP
  3. nellement

    nellement Active Member

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #23
    thanks again i will try again to fix what I can,thaks a lot
     
    nellement, Feb 25, 2009 IP
  4. nellement

    nellement Active Member

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #24
    Damn now I have more errors and the mydomainstats site doesn recognize my keywords and my description,I'm so annoyed by this,please check my website and help me if you can.
     
    nellement, Feb 27, 2009 IP
  5. nellement

    nellement Active Member

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #25
    Hello,again fixed some errors,and I would like to suggest you to try to add any type of DOCTYPE code to my page source code and see what is happening to the website,than you will better understand and possibly help me.
     
    nellement, Mar 1, 2009 IP