[Libreoffice-bugs] [Bug 50090] FILESAVE: Missing <Default> tags in [Content_Types] .xml make OOXML not compatible with Windows Phone
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat May 13 01:16:49 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=50090
Yousuf Philips (jay) <philipz85 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |philipz85 at hotmail.com
Version|3.5.3 release |Inherited From OOo
Blocks| |104520
Summary|OpenXML: Windows Phone |FILESAVE: Missing <Default>
|compatibility |tags in [Content_Types].xml
| |make OOXML not compatible
| |with Windows Phone
Whiteboard|needsWindowsPhone |needsWindowsPhone
| |interoperability
--- Comment #32 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
(In reply to lesnikowski from comment #31)
> This works:
> <Default
> ContentType="application/vnd.openxmlformats-package.relationships+xml"
> Extension="rels"/>
> <Override PartName="/_rels/.rels"
> ContentType="application/vnd.openxmlformats-package.relationships+xml"/>
> <Override PartName="/word/_rels/document.xml.rels"
> ContentType="application/vnd.openxmlformats-package.relationships+xml"/>
Thanks for tracking the issue down, as it would be impossible for us to do it
without a windows phone device.
So <Default> tags in /[Content_Types].xml are to mention the default file
extension of each content type used in the ooxml file and LO doesnt output
these tags.
<Types ...>
<Default Extension="png" ContentType="image/png" />
<Default Extension="jpeg" ContentType="image/jpeg" />
<Default Extension="rels"
ContentType="application/vnd.openxmlformats-package.relationships+xml" />
<Default Extension="xml" ContentType="application/xml" />
<Default Extension="jpg" ContentType="image/jpeg" />
<Override ... />
</Types>
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=104520
[Bug 104520] [META] DOCX (OOXML) bug tracker
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170513/2e934d6d/attachment.html>
More information about the Libreoffice-bugs
mailing list