Re: Removing white space

2004-02-26 Thread J.Pietschmann
E S wrote: Now the source is: bla [snip] And I want to avoid the newlines to be passed through to the output. The output must be: bla,bla,whatever and NOT bla ,bla ,whatever How - please? white-space-collapse ? By default, newlines are *not* formatted as line breaks. Did you actually try

Re: Removing white space

2004-02-26 Thread Chris Bowditch
And I want to avoid the newlines to be passed through to the output. The output must be: bla,bla,whatever and NOT bla ,bla ,whatever There are many factors that cause this is to happen. First of all I need to see a bit of more of your XSL (not too big please) How - please? white-space-collapse

Removing white space

2004-02-25 Thread E S
I am creating a stylesheet to render text from an xml file and have a loop like: , Now the source is: bla bla whatever And I want to avoid the newlines to be passed through to the output. The output must be: bla,bla,whatever and NOT bla ,bla ,whatever How - please? white

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 problem and text wrapping problem

2003-12-04 Thread Abhijit Junnare
; > 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 > > fee

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 linefeed

White space problem and text wrapping problem

2003-12-04 Thread Abhijit Junnare
I am having two problems while generating a PDF. I am using xsl to convert souce xml to PDF. 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

Re: More White-space treatment problems

2003-06-18 Thread J.Pietschmann
David Rosenstein wrote: Does anyone know how to fix this? No. Seems there is some whitespace comeing from somewhere interfering. Can you check whether a forced page break at the beginning of the block fixes this? J.Pietschmann - T

More White-space treatment problems

2003-06-18 Thread David Rosenstein
Has anyone seen an extra line-break appear in the PDF when using white-space-collapse="false"? I have the following xml tag: but what prints is " Aligning Regions Although it may seem counterintuitive, the regions on a page may overlap. Defining a certain body region does no

RE: White Space Treatment Problem

2003-06-13 Thread David Rosenstein
atted 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 > wh

RE: White Space Treatment Problem

2003-06-13 Thread Roland Neilands
This is your culprit: start-indent="3cm" Cheers, Roland > white-space-collapse="false" font-family="sans-serif">Batch Size: 100 > > I am trying to preserve the white space in an fo:block (or any > > other fo element). If I use white-space-col

RE: White Space Treatment Problem

2003-06-12 Thread David Rosenstein
- 82% 10 PROPELLENT - 18% 12 PROPELLENT IS A-17 (100%) * As Adjustment for Boil Loss, Suggest Adding: -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 6:01 PM To: [EMAIL PROTECTED] Subject: Re: White Space Treatment Problem David Rosenstein

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 b

White Space Treatment Problem

2003-06-12 Thread David Rosenstein
Hi All- I'm hoping someone else has seen this problem before and has found a solution. 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 in

Re: White space problems with TXTRenderer

2003-06-07 Thread Jeremias Maerki
te production > quality TXT o/p. > > for e.g. when I write in XSL-FO as > > > > > the TXT o/p generate extra spaces. The TXT o/p is also > not consistent. For e.g. if my XML has many > records(tags) , sometimes white spaces problems comes > in for e.g. 8th

White space problems with TXTRenderer

2003-06-07 Thread Mukul
. if my XML has many records(tags) , sometimes white spaces problems comes in for e.g. 8th record , sometimes white space problem comes in some other record. Is there a way to control the o/p behaviour predictably? I want that the TXT o/p should appear as equal to a PDF o/p. Ideally the same

Re: Question about white-space-treatment="preserve" !!!

2003-02-20 Thread J.Pietschmann
Calero, Roberto wrote: For the following properties: white-space-collapse See FAQ. linefeed-treatment Not implemented white-space-treatment Not properly implemented. J.Pietschmann - To unsubscribe, e-mail

RE : Question about white-space-treatment="preserve" !!!

2003-02-20 Thread s-oualid
I personally used the "white-space-collapse" property with the 0.20.4 and 0.20.5rc2 version of fop. It worked well ! Don't tried the others yet... But look at : http://xml.apache.org/fop/implemented.htmlhttp://xml.apache.org/fop/compliance.html Simon-"Calero, Roberto&qu

Question about white-space-treatment="preserve" !!!

2003-02-19 Thread Calero, Roberto
Title: Question about white-space-treatment="preserve" !!! Hi Guys, For the following properties:         white-space-collapse     linefeed-treatment         white-space-treatment Which one is the FOP version that support all (or any) of the above?

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: [

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 da

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 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 chara

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

RE: White space

2003-02-04 Thread Roland Neilands
Sal, >I need to take a string of formatted data from my xml database and present it. > I've played with white-space-collapse and changing the font around but it >still does not present correctly so that all dots and spaces line up correctly >from line to line. > > An ex

White space

2003-02-04 Thread Sal Tarantola
Title: Message I'm sure this has been covered to death.  If someone would point me to the right area I'd appreciate it greatly.   I need to take a string of formatted data from my xml database and present it.  I've played with white-space-collapse and changing the font arou

RE: White space between table-rows. HOW?

2002-06-13 Thread Carter, Will
:28 AM To: [EMAIL PROTECTED] Subject: RE: White space between table-rows. HOW? this may help you.. space space -Original Message- From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:14 PM To: '[EMAIL PROTECTED]' Subject: TR: W

RE: White space between table-rows. HOW?

2002-06-13 Thread vinod . nayak
this may help you.. space space -Original Message- From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:14 PM To: '[EMAIL PROTECTED]' Subject: TR: White space between table-rows. HOW? I still haven't figured out how I c

TR: White space between table-rows. HOW?

2002-06-13 Thread Hahn Kurt (CHA)
ight 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 table-rows. H

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

Re: White space between table-rows. HOW?

2002-06-05 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 lit

White space between table-rows. HOW?

2002-06-05 Thread Hahn Kurt (CHA)
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 little, not really well),

workaround for white-space="pre"?

2002-03-21 Thread peter . dykstra
I'm new to this list -- pls advise if there's a better place to address this question. I'd like to use FOP to create PDFs of computer output, using XSL for white-space="pre" to preserve line ends, spaces, and blank lines. This is producing a "not implemented yet