HI - I have the following error:
"There is an error in XML document (1, 76)".
It's a big package of several files. The fault is on the second file of the package. Everything was working ok until yesterday... any suggestion?
Thank you
HI - I have the following error:
"There is an error in XML document (1, 76)".
It's a big package of several files. The fault is on the second file of the package. Everything was working ok until yesterday... any suggestion?
Thank you
No sorry: source project files are all and only .DOCX.
Well, docx is an XML format.
If the file is not very complex, try downsaving from docx to doc, then open again and save to docx (in Word). Then try to open the new docx file. If the layout is very simple you can even save to rtf, then back to docx. THat would be my first stab.
If that does not work, could you publish the stacktrace?
Daniel
Well, docx is an XML format.
If the file is not very complex, try downsaving from docx to doc, then open again and save to docx (in Word). Then try to open the new docx file. If the layout is very simple you can even save to rtf, then back to docx. THat would be my first stab.
If that does not work, could you publish the stacktrace?
Daniel
Thank you Daniel. I have preferred re-translate the .DOCX from scratch using the TM.
Now I have a clean and new .sdlxliff.
I could remove the corrupted .sdlxliff file from the project and substitute it the new file but I am not sure this procedure works.
all right, so the SDLXLIFF file caused the error... that is a type of xml, too, of course. You could open it with a text editor like notepad and check what the problem was, but since the problem is solved...
Daniel