Sample Import: 5927315DOC
Last modified by Vincent Massol on 2024/11/19 16:12
Description
5927315DOC
Following are the noticeable importer defects resulting from :

- Some words are touching: The resulting wiki page seems to have some words touching one another. This is because OO generates html fragments like the following:
<p>Hi There<em> How <em>are you?</p>The text inside the tag has leading and trailing spaces which has a purpose. This kind of html authoring is discouraged and our xhtml parser seems to strip them off.
- Some images and associated links are not aligned properly: This is because the original document uses two paragraphs with the right amount of spaces to align the images with the links (as opposed to using a table). And when the OO server generates the html output, those alignments are lost. We can verify this behaviour by saving the original document as html and opening it via a browser. Unfortunately we can't workaround this kind of problems.