> -----Original Message-----
> From: Keiron Liddle [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 23, 2002 6:38 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Keeping whites space in blocks
> 
> By default whitespace is collapsed. As often there is a lot of excess
> whitespace in xml.
> if you use this property:
> white-space-collapse="false"
> 
> it will not collapse the white space.

I noticed some different behavior from RenderX's XEP.  While FOP will keep
all spaces, when words wrap to the next line, the words are left justified.
However, XEP will wrap the word to the next line and indent it one space.
It looks horrible.  Which product is correct in their interpretation of the
spec?


FOP:

This is a sample  sentence
that keeps  all  spaces.


XEP:

This is a sample  sentence
 that keeps  all  spaces.

Reply via email to