XML syntax error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MOzgaf
    New Member
    • Dec 2010
    • 13

    XML syntax error

    Hi,

    can someone take a look at this xml file. its for docx file and something went wrong at the end stage. I think a tag is missing, therefore is giving me error. please take a look and see if you can fix it with minimal damage.
    it says there is an error on line 478 col 0.

    Thank you in advance.
    Attached Files
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    As a rule of thumb, I don't download files from people I don't know. Please post the content of the XML files between code tags in the post.

    Comment

    • Rangan
      New Member
      • Dec 2012
      • 8

      #3
      your name space is does not match with xml root element

      xmlsn:w"http://schemas.openxml formats.org/wordprocessingm l/2006/main"

      check your xml schema then check root element name is declared in that schema or not.

      Comment

      Working...