Thank you so much for your help!! Really appreciated. I was wondering, I am "trying" to see the error and I have the XML file opened in Dreamweaver but it's a complete mess of code since it's just two lines, do you use another specific xml editor or something
to find where are the missing tags or something? Like for example, I'm searching under the area you mentioned but it's kinda hard to find a mistake in all that soup of code lol.
Again, thanks for your help and if you could clarify that It'd be great. Have a great day!
I extract the document xml and run it through a selfwritten xml indenter. That way the very long line gets split into a few thousand short lines. Then when I run the document through Word, it gives another line number making the job for spotting the error a
lot easier.
BTW, there are no missing tags, they are just incorrectly nested. At some point, someone forgot to flush an output buffer in Word.