On Nov 26, 2008, at 4:13 AM, Asiri Rathnayake wrote: > 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.
A title should be converted to a title (i.e. using the == syntax in wiki). Wasn't this a real title in the original word doc? > 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> What is the effect of "margin-bottom: 0in"? If it removes the new line then we should check for this and remove the paragraph altogether (for all filterings IMO). > For spacing. And this is obviously not correct. May be I should take > this to > openoffice guys ? Yes you should but in the meantime we can filter this (only when margin-bottom is 0). > 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. Yes you didn't mention that there was a CSS with margin-bottom: 0in which changes everything... -Vincent > 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
