Hi Guillaume,

On Tue, Nov 25, 2008 at 9:21 PM, Guillaume Lerouge <[EMAIL PROTECTED]>wrote:

> Conversely, when I input 2 lines one right below the other an extra line is
> added between them in wiki syntax :
>
> Test Document
> *Bold*
> *Italics*
>
> is turned into
>
> Test Document
> *// one blank line here*
> **Bold**
> *// one blank line here*
> //Italics//
>

If you try saving your document as html in openoffice, this is the output
you'll get,

<P STYLE="margin-bottom: 0in; font-style: normal">Test Document</P>
<P STYLE="margin-bottom: 0in; font-style: normal"><B>Bold</B></P>
<P STYLE="margin-bottom: 0in; font-style: normal"><I>Italics</I></P>


So, it seems like openoffice server introduces a <p> each time you press
enter, thinking you are starting a paragraph. But this is not rendered
properly in browsers.

but this time the link is converted just fine...
>

This link looks perfectly fine. We need to find out how those weird links
came in on that previous doc.

Thanks.

- Asiri


>
> cf http://91.121.237.216/xwiki/bin/view/Main/GuillaumeStrict2 and attached
> file.
>
> Guillaume
>
> On Tue, Nov 25, 2008 at 4:44 PM, Guillaume Lerouge <[EMAIL PROTECTED]
> >wrote:
>
> > Hi Asiri,
> >
> > another comment:
> >
> > when converting the file attached to this page :
> > http://91.121.237.216/xwiki/bin/view/Main/GuillaumeStrict ,
> > one-line-breaks between my lines of content are turned into 3 lines
> breaks
> > in wiki content :
> >
> > Test document
> > *// one blank line here*
> > *Bold*
> >
> > in my original document is turned into:
> >
> > Test Document
> > *// one blank line here
> > // one blank line here
> > // one blank line here*
> > **Bold**
> >
> > in wiki syntax though there should only be one line.
> >
> > Guillaume
> >
> >
> > On Tue, Nov 25, 2008 at 4:30 PM, Guillaume Lerouge <[EMAIL PROTECTED]
> >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
> >>>
> >>
> >>
> >>
> >> --
> >> Guillaume Lerouge
> >> Product Manager - XWiki
> >> Skype ID : wikibc
> >> http://blog.xwiki.com/
> >>
> >
> >
> >
> > --
> > Guillaume Lerouge
> > Product Manager - XWiki
> > Skype ID : wikibc
> > http://blog.xwiki.com/
> >
>
>
>
> --
> Guillaume Lerouge
> Product Manager - XWiki
> Skype ID : wikibc
> http://blog.xwiki.com/
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to