On Wednesday 17 May 2006 21:02, Chris Bowditch wrote: > [EMAIL PROTECTED] wrote: > > Hello List, > > > > I've a block using the white-space-collapse attribut set to false: > > Inside the block is a whitespace character only. > > <fo:block white-space-collapse="false"> <fo:block> > > > > Once I render this, FOP025 gives me an empty line what is exactly > > what I want. FOP092 beta some how "ignores" the block instead , > > giving me no line at all what is bad for me. > > How can I tell FOP0982 beta to render the empty block? > > Put a nbsp (character entity  ) into the <fo:block> >
fop 0.20.5 implemented white-space-collapse="false" incorrectly. fop 0.92 actually does the right thing. Another way to achieve in 0.92 what you want is to specify white-space="pre" instead of white-space-collapse="false". > Chris > Manuel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
