Use
<fo:table-cell white-space-collapse="false">
        <xsl:value-of......

cu Torsten

-----Original Message-----
From: Francisco García [mailto:[EMAIL PROTECTED]
Sent: Donnerstag, 5. Juni 2003 12:44
To: [EMAIL PROTECTED]
Subject: line break


Hello.

  I have a xml:
...........
<Name> My name is Francisco
                I live in Madrid </Name>
 .............

  and i use that with FOP:

 <fo:block font-weight="normal" text-align="center">
                <xsl:value-of select="Name "/>
 </fo:block>

  and i get in the Pdf document:

         My name is Francisco I live In Madrid

  and I would like to get the next:

        My name is Francisco
        I live in Madrid

  I use FOP 0.20.4

Thank you.

Francisco.





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

Reply via email to