Richard Bos kirjutas:
When I unpack my ODT document there is a very, very long line containing over
24000 characters. The value is _5f and it is repeated many many times. I assume that this is wrong, what should the value actually be?

This is in the content.xml file and the tag <text:alphabetical-index-source, below a detailed copy of the
offending line:
tmp> grep -R Main_5f * | sed 's/\(Main\).*_\(entry\)/\1...\2/'
content.xml:    <text:alphabetical-index-source text:main-entry-style-name="Main...entry" 
text:sort-algorithm="alphanumeric" fo:language="nl" fo:country="NL">

The value "Main...entry"  is shortened by me and looks actually something like:
text:main-entry-style-name="Main_5f_5f_5f_5f_5f_5f_5f_5f_5f_5f_5f_5f_5f_5f_5f_5f
etc etc 8000x times!

The only other file with 5f in it, is styles.xml:
styles.xml:  <style:style style:name="Table_5f_text" style:display-name="Table_text" 
style:family="paragraph" style:parent-style-name="Standard" style:master-page-name="">

Is it possible to "repair" the <text:alphabetical-index-source 
text:main-entry-style-name=
value? Is it a bug?

Look at http://qa.openoffice.org/issues/show_bug.cgi?id=56518
last 2 comments. May be helpful (corrupted TOC).

ain

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to