Re: displaying carriage return with xsl:fo

Jean-louis GENTINNE <Jean-louis.GENTINNE@CHU.ULG.AC.BE> writes:

> Hi All
> 
> How is it possible to display, with xsl-fo, a text containing carriage return
> characters
> without carriage return characters be replaced by a space.

One or more Carriage returns in text are treated like any other
white-space characters (space, tab, linefeed).  Usually it results in
a single blank in the Inline Progression Direction.  If you need a
step in the Block Progression Direction (a new line) use an empty
block like: <fo:block/>

- Franz
-- 
Franz Zahaurek                          fzk@gams.at
Vienna, Austria, Europe                 http://www.fzk.at

Received on Friday, 27 September 2002 07:52:17 UTC