I'm using libreoffice writer 5.1.6.2 on ubuntu 16.04LTS. I saved an important document in .docx format (required by publisher), and when I tried to reopen it, it is corrupted. The error message is:
Code: Select all
File format error found at
SAXParseException: "No namespace defined for pic"
SAXParseException: '[word/document.xml line 2]: Namespace prefix pic on bodyPr is not defined
', Stream 'word/document.xml', Line 2, Column 151229(row,col).
I tried to attach the document.xml file, but the forum software limits attachments to 128kb. Instead, it is linked here: https://drive.google.com/open?id=0BwnSy ... y0wMHRzR0U
Checking the xml with
Code: Select all
xmllint -noout word/document.xml
Code: Select all
xmllint -noout Desktop/Tissue\ Expansion\ Chapter\ -\ revised\ 5-9-17\ FINAL\ \(copy\)/word/document.xml
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on wsp is not defined
phicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:wsp
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on cNvSpPr is not defined
hemas.openxmlformats.org/drawingml/2006/picture"><pic:wsp><pic:cNvSpPr txBox="1"
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on spPr is not defined
mlformats.org/drawingml/2006/picture"><pic:wsp><pic:cNvSpPr txBox="1"/><pic:spPr
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on txbx is not defined
ill><a:srgbClr val="000000"/></a:solidFill><a:miter/></a:ln></pic:spPr><pic:txbx
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on bodyPr is not defined
ntent></pic:txbx><pic:bodyPr lIns="90000" rIns="90000" tIns="45000" bIns="45000"
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on wsp is not defined
phicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:wsp
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on cNvSpPr is not defined
hemas.openxmlformats.org/drawingml/2006/picture"><pic:wsp><pic:cNvSpPr txBox="1"
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on spPr is not defined
mlformats.org/drawingml/2006/picture"><pic:wsp><pic:cNvSpPr txBox="1"/><pic:spPr
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on txbx is not defined
ill><a:srgbClr val="000000"/></a:solidFill><a:miter/></a:ln></pic:spPr><pic:txbx
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: namespace error : Namespace prefix pic on bodyPr is not defined
ntent></pic:txbx><pic:bodyPr lIns="90000" rIns="90000" tIns="45000" bIns="45000"
^
Desktop/Tissue Expansion Chapter - revised 5-9-17 FINAL (copy)/word/document.xml:2: parser error : Extra content at the end of the document
inePitch="240" w:charSpace="4294965247"/></w:sectPr></w:body></w:document>
Thanks in advance for any help you can provide!
Lee