Hi Vincent, On Tue, Nov 25, 2008 at 9:07 PM, Vincent Massol <[EMAIL PROTECTED]> wrote:
> Guillaume, > > I can see some other problems: > * title is not correct Did you mean the title content (spellings?) or the font size of the title? If it's the latter, it's because openoffice server in this case has used <font size=""></font> for sizing, and this is filtered in the strict filtering mode. I'm pretty sure you didn't mean the latter one, if so please explain what's exactly wrong :) * lots of empty lines Good point. If any of you have some free time (which excludes vincent ;)) please try this : Open a new text document in openoffice and: 1. Type one line of text. 2. Press enter twice and type another line of text. So you'd have something like : " Hi, This is the first line And this is the second line" 3. Save the document as *html*. 4. Open the document in firefox and see the result. The same thing happens when converting documents via openoffice server. The problem is, for each empty line in a word document, open office uses : <p style="margin-bottom: 0in"><br/></p> For spacing. And this is obviously not correct. May be I should take this to openoffice guys ? Vincent, if you remember, I tried to replace these empty paragraphs with <br/> elements. But I didn't mention this to you at that time. I simply didn't like these empty paragraphs ;) Thanks. - Asiri > > > Thanks > -Vincent > > On Nov 25, 2008, at 4:30 PM, Guillaume Lerouge wrote: > > > Hi Asiri, > > > > I tested strict filtering with my usual test document and apparently > > something went wrong with links (see the bottom of the page): > > http://91.121.237.216/xwiki/bin/view/Main/GuillaumeTestProgrammez > > > > Apart from this, it looks pretty good. > > > > Guillaume > > > > On Tue, Nov 25, 2008 at 4:14 PM, Asiri Rathnayake < > > [EMAIL PROTECTED]> wrote: > > > >> Hi Devs, Users, > >> > >> I have uploaded yet another new version of office-importer @ > >> http://91.121.237.216/xwiki/bin/view/Import/. > >> > >> This version utilizes the latest rendering module which has > >> improved a lot > >> since the last upload. > >> > >> Also a moderate style filtering option is introduced. > >> > >> Please try it out and let us know what you think. > >> > >> Thanks. > >> > >> - Asiri > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
