Am 23.01.2012 22:05, schrieb Johannes Sixt: > I have a imported a 200-page document from MS Word 2000. Looking at > content.xml (that is in the resulting .odt), is see that every single > space character is wrapped with its own style, like this (line breaks > inserted for exposition only, they are not in the XML): > > <text:p text:style-name="Standard"> > This > <text:span text:style-name="T8"> </text:span> > manual > <text:span text:style-name="T8"> </text:span> > and > <text:span text:style-name="T8"> </text:span>
The following methods removed the useless format, each having its pros and cons: (1) select a paragraph and use 'Clear Direct Formating' (2) search and replace letter+space by letter+~, then s&r in the opposite direction (3) edit out the style definition from content.xml Search and replace of only the space character does not remove the format. -- Hannes -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
