https://bugs.freedesktop.org/show_bug.cgi?id=51121

--- Comment #10 from Michael Meeks <michael.me...@novell.com> 2012-06-19 
02:17:53 PDT ---
Other interesting diffs that may be useful to add into the working document to
see if we can isolate what breaks it:

diff -ur originalOOo/manifest.rdf originalLIBO/manifest.rdf
--- originalOOo/manifest.rdf    2012-06-15 17:33:30.000000000 +0100
+++ originalLIBO/manifest.rdf    2012-06-15 17:29:58.000000000 +0100
@@ -1,9 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
-  <ns1:StylesFile
xmlns:ns1="http://docs.oasis-open.org/ns/office/1.2/meta/odf#";
rdf:about="styles.xml"/>
-  <ns2:Document xmlns:ns2="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#";
rdf:about="">
-    <ns2:hasPart rdf:resource="content.xml"/>
-    <ns2:hasPart rdf:resource="styles.xml"/>
-  </ns2:Document>
-  <ns3:ContentFile
xmlns:ns3="http://docs.oasis-open.org/ns/office/1.2/meta/odf#";
rdf:about="content.xml"/>
+  <rdf:Description rdf:about="styles.xml">
+    <rdf:type
rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <ns0:hasPart
xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#";
rdf:resource="styles.xml"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="content.xml">
+    <rdf:type
rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <ns0:hasPart
xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#";
rdf:resource="content.xml"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="">
+    <rdf:type
rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
+  </rdf:Description>
 </rdf:RDF>

diff -ur originalOOo/META-INF/manifest.xml originalLIBO/META-INF/manifest.xml
--- originalOOo/META-INF/manifest.xml    2012-06-15 17:33:32.000000000 +0100
+++ originalLIBO/META-INF/manifest.xml    2012-06-15 17:29:58.000000000 +0100
@@ -1,22 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<manifest:manifest
xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0">
+<manifest:manifest
xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0"
manifest:version="1.2">

It would be interesting to see if the ODF 1.2 tags are what cause the grief -
potentially OWA is allergic to ODF 1.2 ;-)

Patrice - any chance of checking to see what file Apache OO.o 3.4 produces
(this should be much more similar to ours), and whether that suffers the same
problem ?

Another thing to try is to unzip originalLIBO.odt and re-zip it - see if that
has an effect.

Finally - I hope you filed this bug with Microsoft: ultimately it is really
their issue - they should not be corrupting & truncating valid ODF documents
going through their software ! :-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to