XML error message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalxen
    New Member
    • Apr 2008
    • 2

    XML error message

    Hi!
    I'm newbie to xml but I managed to create a template for my blog!
    My blog would be entered in blogger. Now I'm getting the error message when I previewed it in blogger that

    [Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: The element type "div" must be terminated by the matching end-tag "]

    Can I post it here so someone can help me?
  • Intios
    New Member
    • Apr 2008
    • 2

    #2
    Originally posted by kalxen
    Hi!
    I'm newbie to xml but I managed to create a template for my blog!
    My blog would be entered in blogger. Now I'm getting the error message when I previewed it in blogger that

    [Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: The element type "div" must be terminated by the matching end-tag "]

    Can I post it here so someone can help me?
    Hi there, what this error means is somewhere there is a <div> tag that is not closed with a </div> tag, maybe this will help

    Comment

    • kalxen
      New Member
      • Apr 2008
      • 2

      #3
      Originally posted by Intios
      Hi there, what this error means is somewhere there is a <div> tag that is not closed with a </div> tag, maybe this will help
      Yes, I know! But I cannot find it and close it.
      Is there any program that will help me?

      Comment

      • pronerd
        Recognized Expert Contributor
        • Nov 2006
        • 392

        #4
        Originally posted by kalxen
        Is there any program that will help me?
        There are any number of HTML editors like Dreamweaver that will auto validate your code as you write it. If you are using Firefox there is a wealth of plugin tools that provide developer features. There are several that will point out bad syntax in pages.

        P.S. Asking for help with your code is generally not that productive if you do not post the code you are asking for help with.

        Comment

        Working...