hi, In order to integrate OpenOffice 2.0 documents in a dedicated content management system, we need to identify each paragraph (text:p) with a unique ID, without the user being able to modify that ID (IDs are applied on the server). However, the "text-id" attribute as described in the OpenDocument Standard p. 68
http://www.oasis-open.org/committees/download.php/12572/OpenDocument-v1.0-os.pdf is thrown away when saving the .odt in OpenOffice* ? So, my first question: to what extend is the OpenDocument standard supported by OpenOffice ? Alternatively, one could use some kind of alien attributes as described in the FAQ http://xml.openoffice.org/faq.html#5 However, it is not clear to me how to implement this inside the content.xml / style.xml in order to uniquely identify each paragraph ? Or maybe there is still another way I could identify a paragraph ? Thanks ! Dominique De Munck * I tested this by editing the content.xml and introducing the text-id element to a paragraph <text:p text:style-name="T1" text-id="mykey">... Zipped the files back into the .odt and opened and saved them in OO 2.0. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
