EASY SOLUTION: SAXException: [word/document.xml line 2]: Opening and ending tag mismatch: rPr line 2 and ins ./sax/source/fastparser/fastparser/cxx:619

Hello

I have seen many posts in the same topic, so I hope I could get some little help.

My .docx file has been corrupted after I edited and saved it on LIbreOffice 7, with the error:
SAXException: [word/document.xml line 2]: Opening and ending tag mismatch: rPr line 2 and ins ./sax/source/fastparser/fastparser/cxx:619

I have tried to remove all mismatched tags on /word/document.xml, but still couldn’t fix the error ‘ins ./sax/source/fastparser/fastparser/cxx:619’

If someone could help me to fix this file, I would really appreciate!
(It’s a part of my thesis to be submitted in 2 months, with many changes tracking and comments on the file, and hopefully they can be recovered.)

Thank you in advance for any help!

Solved!
Just delete the tag ‘</w:ins>’ right before the ‘</w:rPr>’ tag position pointed in the message

1 Like