The way you put it was very easy to solve then.
All data was recovered, formatting was messed-up, but that was nothing since I copied it from a backup.
Problem solved, then.

Thanks again.
Regards,
Yoram
I just leave it at the default setting--I expect it doesn't make much difference either way. I've never looked at the size reduction with a complex document but I expect the difference would be small--something in the neighborhood of 10%.nomnex wrote:... But what's your opinion about this setting, and what is the trade-off (say on 100 pages text document with tables and figures)? ...
Edit: PS: |
Because MS has billions of dollars to pay developers to write software that can deal with small syntax errors in the xml. OO uses standard xml parsing code that (as far as I've seen) cannot deal with any syntax errors, even trivial ones.milonguero wrote:... Why can MS Word 8 open a problem .odt file (with apparently mal-formed first line) when OpenOffice cannot ?
I very much doubt it. There is no compression going on there, it's just including line breaks and spaces that make the xml easy to read for humans. It amounts to saving a few percent in the file size.I suspect the "file optimization in OpenOffice". ...
Rory, acknakRoryOF wrote:Try this:
Code: Select all
Data of manifest.rdf could not be read.
Code: Select all
Expected name, but got <EOE> for attribute in unnamed entity at line 2 char 65509 of file
Code: Select all
... text:number-lines="true" text:line-number="1"><style:tab-
I think you mean < EOF > which stands for End of File and not <EOE>. This would be consistent with the file being truncated. Note the file length is 65kB as I reported above. It suggests that an EOF Character has somehow got into the file (or some of the file data has been corrupted to be an EOF character) and is being respected as an End Of File marker, so nothing beyond it is being seen. If the EOF character is in the ZIPped file, then the unzipper may not be able to get past it.apaj wrote:Now, what I have is the following message:
This position that it is refering to (2,65509) is the last point of the context.xml. It does end quite abruptly:Code: Select all
Expected name, but got <EOE> for attribute in unnamed entity at line 2 char 65509 of file
So I guess this means that somehow the file got cut...Code: Select all
... text:number-lines="true" text:line-number="1"><style:tab-