Harald,

That's not too simple for me! It looks like you need to set the
white-space-collapse="false".

<fo:block white-space-collapse="false">
  <xsl:value-of select="//data/value"/>
</fo:block>

Hope this helps!

;-p

Dipl.-Oec. Harald Meyer wrote:
> Hello everyone,
> 
> I have a question about line breaks (maybe too simple for some of you ;-)).
> 
> My XML:
> ...
> <data>
>       <value>here
> is
> my
> text</value>
> </data>
> ...
> 
> I want to keep the line breaks in my PDF output. But how do I have to say
> that in XSL:FO???
> 
> Thanks
> Harald


-- 
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to