https://bugs.documentfoundation.org/show_bug.cgi?id=133661

Mike Kaganski <mikekagan...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #164392|0                           |1
        is obsolete|                            |

--- Comment #6 from Mike Kaganski <mikekagan...@hotmail.com> ---
Created attachment 164399
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164399&action=edit
A *very* empty ODT, suitable for solution #1

A better empty ODT. It was created from the respective sources using this
python code:

> from zipfile import ZipFile, ZIP_STORED, ZIP_DEFLATED
> 
> with ZipFile('path/to/empty.odt', 'w') as myzip:
>   myzip.write('path/to/mimetype', 'mimetype', ZIP_STORED)
>   myzip.write('path/to/META-INF/manifest.xml', 'META-INF/manifest.xml', 
> ZIP_DEFLATED)
>   myzip.write('path/to/content.xml', 'content.xml', ZIP_DEFLATED)

And the result passes https://odfvalidator.org.
The other ODF documents (ODS, ...) are left as easyhack.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to