To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52223 Issue #:|52223 Summary:|Wrong code saved in content.xml and style.xml Component:|Spreadsheet Version:|OOo 2.0 Beta Platform:|PC URL:| OS/Version:|Windows XP Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P1 Subcomponent:|ui Assigned to:|spreadsheet Reported by:|giuseppemicheli
------- Additional comments from [EMAIL PROTECTED] Wed Jul 20 05:22:48 -0700 2005 ------- Dear Mr, I saved a formatted calc document being not able to open it anymore due to some problems inside contents.xml and styles.xml . I found out what happened: 1. contents.xml: there were some errors are due to wrong repetita of the string 'xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo- compatible:1.0"' in some part of the document; for example: <style:table-cell-properties xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" fo:border-bottom="none" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo- compatible:1.0" fo:border-left="0.002cm solid #000000" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" fo:border-right="none" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo- compatible:1.0" fo:border-top="none"/> and I correct them by deleting the wrongly repeated instances. 2. styles.xml: errors of the same type were found in some statement such as: <style:table-cell-properties xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" fo:text- align="center" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo- compatible:1.0" fo:margin-left="0cm"/> <style:page-layout-properties style:num-format="1" style:print- orientation="landscape" style:writing-mode="lr-tb" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" fo:page- width="29.699cm" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo- compatible:1.0" fo:page-height="20.999cm"/> <style:table-cell-properties xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" fo:font- style="italic" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo- compatible:1.0" fo:font-weight="bold"/> and I just corrected it by replacing them with the correct form: <style:table-cell-properties xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" fo:font- style="italic" fo:font-weight="bold"/> etc. I was not able to reproduce them errors; what I just can do is sending you the whole file with problems. Thank you very much. Giuseppe Micheli --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
