https://bugs.documentfoundation.org/show_bug.cgi?id=165207
--- Comment #3 from Justin L <[email protected]> --- See oox/source/core/xmlfilterbase.cxx WriteCoreProperties. So now the question is, when should we be following the spec? // The lowercase "officedocument" is intentional and according to the spec // (although most other places are written "officeDocument") sValue = "http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties"; The Internet says: 2.1.30 Part 1 Section 15.2.12.1, Core File Properties Part a. The standard specifies a source relations ship for the Core File Properties part as follows: http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties. Office uses the following source relationship for the Core File Properties part: http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties. I take that to mean that Office ignores the spec and does something else. We on the other hand have always coded as if MS is following their own spec. -- You are receiving this mail because: You are the assignee for the bug.
