To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=90847 Issue #|90847 Summary|user-defined meta fields in odf 1.2 not shown by OOo2. |4.1 Component|framework Version|DEV300m19 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tm Reported by|gibi
------- Additional comments from [EMAIL PROTECTED] Wed Jun 18 13:19:01 +0000 2008 ------- Step 1: Create a new document (tested with writer, calc and Impress)and fill Description properties field. Step 2: Rename InfoFields in the « User Defined » tab: select tab:"User Defined", click on "Info Fields" and rename them In my example: - FirstUserProperty - SecondUserProperty - ThirdUserProperty - FourthUserProperty Step 3: Fill them. In my example: - my 1st UserProperty value - my 2nd UserProperty value - my 3rd UserProperty value - my 4th UserProperty value Step 4: save and unzip meta.xml: [See attached: DEV300-m19 user-defined properties.odt] .../... - <office:document-meta xmlns:ooo="http://openoffice.org/2004/office" office:version="1.2"> .../... <dc:date>2008-06-17T19:02:08.42</dc:date> <dc:creator>gilles bignebat</dc:creator> <meta:generator>OOo-dev/3.0_Beta$Win32 OpenOffice.org_project/300m19$Build-9317</meta:generator> <meta:document-statistic meta:table-count="0" meta:image-count="4" meta:object-count="0" meta:page-count="3" meta:paragraph-count="22" meta:word-count="62" meta:character-count="802" /> <meta:user-defined meta:name="FirstUserProperty" meta:value-type="string">my 1st UserProperty value</meta:user-defined> <meta:user-defined meta:name="FourthUserProperty" meta:value-type="string">my 4th UserProperty value</meta:user-defined> <meta:user-defined meta:name="SecondUserProperty" meta:value-type="string">my 2nd UserProperty value</meta:user-defined> <meta:user-defined meta:name="ThirdUserProperty" meta:value-type="string">my 3rd UserProperty value</meta:user-defined> Step 5: open it with OOo 2.4.1: The user-defined properties don't appear nor their field names! Step 6: save it with OOo 2.4.1 and check again meta.xml: [See attached: DEV300-m19 user-defined properties - savedby 2.4.1.odt] My User properties are still there but with « Info # » added by OOo 2.4.1: xmlns:ooo="http://openoffice.org/2004/office" office:version="1.1"> .../... <meta:initial-creator>gilles bignebat</meta:initial-creator> <meta:creation-date>2008-06-17T18:16:13</meta:creation-date> <dc:creator>gilles bignebat</dc:creator> <dc:date>2008-06-17T19:22:06</dc:date> <meta:keyword>myKeyword1 myKeyword2</meta:keyword> <meta:editing-cycles>5</meta:editing-cycles> <meta:editing-duration>PT1H5M1S</meta:editing-duration> <meta:user-defined meta:name="Info 1" /> <meta:user-defined meta:name="Info 2" /> <meta:user-defined meta:name="Info 3" /> <meta:user-defined meta:name="Info 4" /> <meta:user-defined meta:name="SecondUserProperty" meta:value-type="string">my 2nd UserProperty value</meta:user-defined> <meta:user-defined meta:name="FourthUserProperty" meta:value-type="string">my 4th UserProperty value</meta:user-defined> <meta:user-defined meta:name="ThirdUserProperty" meta:value-type="string">my 3rd UserProperty value</meta:user-defined> <meta:user-defined meta:name="FirstUserProperty" meta:value-type="string">my 1st UserProperty value</meta:user-defined> <meta:document-statistic meta:table-count="0" meta:image-count="9" meta:object-count="0" meta:page-count="6" meta:paragraph-count="29" meta:word-count="177" meta:character-count="1247" /> </office:meta> Step 7: re-open it with DEV300-m19: My User Properties are still not shown. I can reproduce it with: DEV300-m14 Linux and Windows DEV300-m19 Linux and Windows OOo 2.4.1 Linux and Windows The problem is that: - professional users often need such meta-data for indexing (Reference, Status, Client / Project name, ...) - exchanging files between OOo 3.0 and 2.x make data loss Afaik, there's no new functionnality in the user-defined meta-data between odf 1.1 and odf 1.2, so it should be possible to keep such data while converting odf 1.1to1.2 and 1.2to1.1. P.S.: I don't know if it is a 2.4 bad reading or a 3.0 bad writing issue. --------------------------------------------------------------------- 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]