I have a xml file which I need to open with Microsoft Word 2007. I wrote it on my own. But when I try to open it tells “Some parts are missing or invalid”. I think this happens my document does not have all the requied properties defined. So I need to know what are the must-haves for an xml document to be able to be opened with Word 2007. I have following properties defined.
cp:coreProperties
w:settings
w:body
(The body has a simple text line.)
What else need to be included? Thanks in advance.
Expressed as Flat OPC XML, it can be as simple as:
Are you including a relationship, but missing its target part? Or including a relId somewhere, but missing the relationship entirely?