XML PARSE ERROR: Extraneous end-tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jagannathkiran
    New Member
    • Apr 2008
    • 1

    XML PARSE ERROR: Extraneous end-tag

    Hi, I need to know why am i getting this error and
    what are the possible conditions ?

    XML PARSE ERROR: Extraneous end-tag
    Error occurs at or below this element stack:
    <ss:Workbook>
  • pronerd
    Recognized Expert Contributor
    • Nov 2006
    • 392

    #2
    Originally posted by jagannathkiran
    Hi, I need to know why am i getting this error
    How do you expect anyone to be able to tell you that when you did not post the XML that is causing the error? Also please use HTML tags when posting XML.

    If you take the time to read the error it is telling you the problem and even the specific tags that can not be matched.

    Since it sounds like you are not furmilure with XML syntax rules, you may want to review them. The W3C schools site has a very helpful totourial on XML.
    http://www.w3schools.c om/xml/xml_whatis.asp

    Comment

    • jkmyoung
      Recognized Expert Top Contributor
      • Mar 2006
      • 2057

      #3
      You probably have to delete everything after the closing tag:
      </ss:Workbook>

      Comment

      Working...