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