RE: Line feed in FOP

2001-09-25 Thread Linda Zammit
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 (usi

Re: Line feed in FOP

2001-09-25 Thread David S. Dixon
Linda, If you actually need a linefeed character ( ) try this:              -dd   Linda Zammit wrote:   I am trying to insert a line feed after an element value is displayed in a fo:table-cell. I have tried inserting but that translates into just

Re: Line feed in FOP

2001-09-25 Thread Petr Zeman
Title: Line feed in FOP You can try this:                     Petr Zeman - Original Message - From: Linda Zammit To: '[EMAIL PROTECTED]' Sent: Tuesday, September 25, 2001 4:58 PM Subject: Line feed in FOP I am trying to insert a line fe

Re: Line feed in FOP

2001-09-25 Thread jthaemlitz
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-