Title: RE: Line feed in FOP

Thanks to all for your responses.

The 'fo:inline' with the 
 did not produce a new line in my file.

The 'white-space-collapse' didn't work either.

It appears that no matter how the 
 is tagged, it doesn't output a new line (using FOP 19)

I resorted to the 'less graceful' suggestion of John's and it was successful!

(Thanks John...  that was the last little issue to sort out for me!)

Linda

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: September 25, 2001 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: Line feed in FOP



It's not the most graceful, but you can just put them in separate blocks.
The blocks start on a new line.

JohnPT



                                                                                                                                              

                    fop-dev-return-10521-jthaemlitz=oreillyauto.com@XML.                                                                      

                    APACHE.ORG                                                 To:     "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>    

                                                                               cc:                                                            

                    09/25/01 09:58 AM                                          Subject:     Line feed in FOP                                  

                    Please respond to fop-dev                                                                                                 

                                                                                                                                              

                                                                                                                                              




I am trying to insert a line feed after an element value is displayed in a
fo:table-cell.


I have tried inserting <xsl:text>&#10;</xsl:text> but that translates into
just a space in the pdf output.  The line feed must come after the
"SHIP_UNIT_COUNT"


<fo:block line-height="16pt" font-size="10pt">
        <xsl:for-each select="SHIP_UNIT/ROW">
        <xsl:value-of select="SHIP_UNIT_COUNT"/><xsl:text>&#10;</xsl:text>
        </xsl:for-each>
</fo:block>


Is there some way to do this?


Thanks so much, in advance!


Linda












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

Reply via email to