Re: White space problem and text wrapping problem

2003-12-04 Thread J.Pietschmann
Abhijit Junnare wrote: Problem1: I am having problem with line feed/carriage return. The line feeds from the souce xml are being converted to a single white space automatically. I would like to ignore these line feeds meaning convert these line feeds to zero width space. I know that using

Re: White space problem and text wrapping problem

2003-12-04 Thread Abhijit Junnare
Thanks much! The wrapping problem is solved by using a non-breaking space. Which FAP should I exactly look for the first problem. COuld you send me the link pleas.e Will really appreciate. Thanks Abhi --- J.Pietschmann [EMAIL PROTECTED] wrote: Abhijit Junnare wrote: Problem1: I am having

Re: White space problem and text wrapping problem

2003-12-04 Thread Abhijit Junnare
Got it! Thanks for ur help :) --- Abhijit Junnare [EMAIL PROTECTED] wrote: Thanks much! The wrapping problem is solved by using a non-breaking space. Which FAP should I exactly look for the first problem. COuld you send me the link pleas.e Will really appreciate. Thanks Abhi

RE: White Space Treatment Problem

2003-06-13 Thread David Rosenstein
] Sent: Thursday, June 12, 2003 6:01 PM To: [EMAIL PROTECTED] Subject: Re: White Space Treatment Problem David Rosenstein wrote: I am trying to preserve the white space in an fo:block (or any other fo element). If I use white-space-collapse=false it works almost beautifully, except

RE: White Space Treatment Problem

2003-06-13 Thread Roland Neilands
This is your culprit: start-indent=3cm Cheers, Roland fo:block space-after.optimum=0pt start-indent=3cm font-size=9pt white-space-collapse=false font-family=sans-serifBatch Size: 100 I am trying to preserve the white space in an fo:block (or any other fo element). If I use

RE: White Space Treatment Problem

2003-06-13 Thread David Rosenstein
block. -David Rosenstein IMS Software -Original Message- From: Roland Neilands [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 10:54 PM To: [EMAIL PROTECTED] Subject: RE: White Space Treatment Problem This is your culprit: start-indent=3cm Cheers, Roland fo:block space

Re: White Space Treatment Problem

2003-06-12 Thread J.Pietschmann
David Rosenstein wrote: I am trying to preserve the white space in an fo:block (or any other fo element). If I use white-space-collapse=false it works almost beautifully, except that the first line of my text is indented by about 5 letters. I've put the code and output i get below. While not

Re: White space problems with TXTRenderer

2003-06-07 Thread Jeremias Maerki
The TXT renderer is certainly not FOP's most sophisticated renderer and, unfortunately, its developer is no longer active. Please read about the text renderer here: http://xml.apache.org/fop/output.html#txt I know there have been similar questions in the past. So please search through the mailing

Re: White space

2003-02-05 Thread J.Pietschmann
Sal Tarantola wrote: As I said I know that the whole white-space issue has been tackled before. That's why there is a FAQ entry: http://xml.apache.org/fop/faq.html#faq-N10583 J.Pietschmann - To unsubscribe, e-mail: [EMAIL

RE: White space

2003-02-04 Thread Calero, Roberto
Title: RE: White space An example below of what the pdf document renders as Invoice... Date.. Cust... Inv amount 02010001 01-01-2002 8 282.10 :-P Would not be easier just to create a table with 4 columns 1 header and N-Rows?? Each cell can be assigned a particular format option

RE: White space

2003-02-04 Thread Sal Tarantola
Title: Message Actually no The stylesheet would be generic and just there for rendering all the pdf document. Predefined columns and row couldn't work as the stylesheet just handles preformatted data. All of the actual processing and formatting happens on a different server that is

RE: White space

2003-02-04 Thread Sal Tarantola
Thanks much. Worked just as I would have expected it to work. As I said I know that the whole white-space issue has been tackled before. -Original Message- From: Roland Neilands [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 5:23 PM To: [EMAIL PROTECTED] Subject: RE: White

RE: White space

2003-02-04 Thread Calero, Roberto
ECTED]Sent: Wednesday, February 05, 2003 9:47 AMTo: [EMAIL PROTECTED]Subject: RE: White space Actually no The stylesheet would be generic and just there for rendering all the pdf document. Predefined columns and row couldn't work as the stylesheet just handles preformatted

RE: White space between table-rows. HOW?

2002-06-13 Thread Hahn Kurt (CHA)
I still haven't figured out how I can insert space between table-rows. I would like to have a propert -Message d'origine- De : J.Pietschmann [mailto:[EMAIL PROTECTED] Envoyé : jeudi, 6. juin 2002 01:09 À : [EMAIL PROTECTED] Objet : Re: White space between table-rows. HOW? Hahn Kurt (CHA

RE: White space between table-rows. HOW?

2002-06-13 Thread vinod . nayak
is to specify the height of the row, but I need to achieve that dynamically, since not every table-row will have the same height. Thx Kurt -Message d'origine- De : J.Pietschmann [mailto:[EMAIL PROTECTED] Envoyé : jeudi, 6. juin 2002 01:09 À : [EMAIL PROTECTED] Objet : Re: White space between

RE: White space between table-rows. HOW?

2002-06-13 Thread Carter, Will
will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 13, 2002 4:28 AM To: [EMAIL PROTECTED] Subject: RE: White space between table-rows. HOW? this may help you.. fo:table-row . fo:block color=whitespace/fo:block

Re: White space between table-rows. HOW?

2002-06-06 Thread J.Pietschmann
Hahn Kurt (CHA) wrote: Below is a code sample from a table I'm displaying. I need to have some space between 2 rows, in order to separate them visually. I tried a number of things, especially the various padding-properties but also other things, but no clue so far. The only thing that worked (a