Re: Positioning The Header

2005-01-18 Thread Luke Shannon
That worked. Thank you. - Original Message - From: "The Web Maestro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 17, 2005 6:38 PM Subject: Re: Positioning The Header > On Jan 17, 2005, at 2:28 PM, Luke Shannon wrote: > > Hello; >

Re: Positioning The Header

2005-01-17 Thread The Web Maestro
On Jan 17, 2005, at 2:28 PM, Luke Shannon wrote: Hello; I am playing with the extent values, space-after, etc. However I can't seem to space the region-before and region-body out enough to prevent the header image from over lapping the region-body content. Below is my code. I would lov

Positioning The Header

2005-01-17 Thread Luke Shannon
Hello; I am playing with the extent values, space-after, etc. However I can't seem to space the region-before and region-body out enough to prevent the header image from over lapping the region-body content. Below is my code. I would love any tips anyone might have. Note: The image heig

Re: Header

2005-01-17 Thread Luke Shannon
You are correct I was missing the file:// . Thanks, Luke - Original Message - From: "Andreas L. Delmelle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 17, 2005 3:37 PM Subject: RE: Header > > -Original Message- > > Fr

RE: Header

2005-01-17 Thread Andreas L. Delmelle
> -Original Message- > From: The Web Maestro [mailto:[EMAIL PROTECTED] > Hi Luke / Clay, > Probably, assuming there is an image at that location. Look at it this way: what location? (see below) > > > src="url('//usr/tomcat/ac/images/topbanner/mainlogo.gif')"/> http:// ? ftp:// ? fil

Re: Header

2005-01-17 Thread Luke Shannon
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 17, 2005 3:17 PM Subject: Re: Header > Probably, assuming there is an image at that location. However for that > to work, you probably need to give fo:region-before/fo:region-body > attributes (extent="" /

Re: Header

2005-01-17 Thread The Web Maestro
Probably, assuming there is an image at that location. However for that to work, you probably need to give fo:region-before/fo:region-body attributes (extent="" / margin-top="" respectively) greater than or equal to the fo:external-graphic. BTW, I notice that there are two '//' in the @src. Is

Header

2005-01-17 Thread Luke Shannon
Hello; Should this not give me an image before the body area? Thanks, Luke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Header Help

2004-11-22 Thread rohit . rastogi
Hi, Please help me out in fixing this header problem. I am trying to create an xsl for XHTML with an extra header tag in it. This represent the header. I want the header in the first page only .Rest of the pages should not contain the header. I have created the following style sheet. But it does

Re: different header on first page

2004-10-01 Thread Chris Bowditch
Robert Guggenberger wrote: i got pages with a JPG on the top (in the region before) now this JPG-header should only be visible on the first page there is no special content on the first page ( a must not for a page break -> otherwise i would do it with 2 page sequences, flows) i found how to

different header on first page

2004-10-01 Thread Robert Guggenberger
Hi all, i got pages with a JPG on the top (in the region before) now this JPG-header should only be visible on the first page there is no special content on the first page ( a must not for a page break -> otherwise i would do it with 2 page sequences, flows) i found how to use diffe

Re: fo:table-header -> between 2 pages

2004-08-16 Thread Chris Bowditch
Philippe PITHON wrote: For example if a table (and fo:table-header) must start in the medium of the page And FOP thinks that the contents of the fo:table-header will not have enough place, there will be a page break and the fo:table-header will be written at the beginning of the next page

fo:table-header -> between 2 pages

2004-08-16 Thread Philippe PITHON
Hello !   I have a problem with fo:table-header :   the contents of the fo:table-header cannot be between 2 pages (If there are many lines in the fo:table-header)   For example if a table (and fo:table-header) must start in the medium of the page And FOP thinks that the contents of

RE: Anyone produce RTF output with separate header, body, and/or footer?

2004-07-13 Thread Peter Herweg
fop-user > Subject: Anyone produce RTF output with separate header, body, and/or > footer? > > > Hello all, > I'm using the latest dev version of FOP so I can generate RTF > output. Has anyone been able to create headers/footers without any > problems? The flow

RE: Anyone produce RTF output with separate header, body, and/or footer?

2004-07-12 Thread Peter Herweg
17 PM > To: fop-user > Subject: Anyone produce RTF output with separate header, body, and/or > footer? > > > Hello all, > I'm using the latest dev version of FOP so I can generate RTF > output. Has anyone been able to create headers/footers without any > prob

Anyone produce RTF output with separate header, body, and/or footer?

2004-07-12 Thread Christopher R Newman
Hello all, I'm using the latest dev version of FOP so I can generate RTF output. Has anyone been able to create headers/footers without any problems? The flow body always seems to get sucked into whichever static-content I define last. If not, anyone know of ways to work around it? Is th

Re: Table header colors.

2004-06-15 Thread Amita Rathore
Can't understand how it can be done, can you please provide a snippet. Chris Bowditch <[EMAIL PROTECTED]> 06/14/2004 05:08 PM Please respond to fop-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: Table header colors. Am

Re: Table header colors.

2004-06-14 Thread Chris Bowditch
Amita Rathore wrote: I had already tried this, but doing so the padding goes off. Oh, I see. You might be able to use margin instead, if you dont have borders on the cells, then the spacing effect between text should appear the same. Chris

Re: Table header colors.

2004-06-14 Thread Amita Rathore
I had already tried this, but doing so the padding goes off. Chris Bowditch <[EMAIL PROTECTED]> 06/14/2004 04:45 PM Please respond to fop-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: Table header colors.         Amita Rathore

Re: Table header colors.

2004-06-14 Thread Chris Bowditch
Amita Rathore wrote: Here goes the snippet: Date This is your problem. You need to specify background-color on the cell instead of the block. That way the whole cell will have the backgro

Re: Table header colors.

2004-06-14 Thread Amita Rathore
    cc:                 Subject:        Re: Table header colors.         Amita Rathore wrote: > Now I am trying to create a table , the header of the table contains 4 > columns. The text for first column is as small as a single word , while > for second it wraps across two lines. > > The

Re: Table header colors.

2004-06-14 Thread Chris Bowditch
Amita Rathore wrote: Now I am trying to create a table , the header of the table contains 4 columns. The text for first column is as small as a single word , while for second it wraps across two lines. The problem is that I am trying to put a background color for the header cells with a

Table header colors.

2004-06-11 Thread Amita Rathore
Thanks Chris for your help with the reusable group of properties. Now I am trying to create a table , the header of the table contains 4 columns. The text for first column is as small as a single word , while for second it wraps across two lines. The problem is that I am trying to put a

Re: Changing header/footer in-between

2004-06-08 Thread Chris Bowditch
Manjush wrote: Hi Can we change the header and footer of the PDF in between say 1-3 a specific footer then 4-5 another then 6-10 yet another? This is straight forward. You need to create a fo:page-sequence-master like this: and then reference it from your page sequence: .. The

Changing header/footer in-between

2004-06-08 Thread Manjush
Hi Can we change the header and footer of the PDF in between say 1-3 a specific footer then 4-5 another then 6-10 yet another? The requirement is to generate multiple pdf's (with separate layout and header/footers) as one single pdf by appending. So my plan was to append the XML'

RE: Table Header problem

2004-05-28 Thread Pascal Sancho
Hi, The in the should be replaced with . If not, extra text can be added to (due to default xslt rules) Tcho -Message d'origine- De : Kaustuva Narayan Sharma [mailto:[EMAIL PROTECTED] Envoyé : vendredi 28 mai 2004 06:15 À : [EMAIL PROTECTED] Objet : RE: Table Header problem

RE: Table Header problem

2004-05-28 Thread Kaustuva Narayan Sharma
Header3 === -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 7:50 PM To: [EMAIL PROTECTED] Subjec

RE: Table Header problem

2004-05-27 Thread Pascal Sancho
Hi, Your fo output seems to be correct (except that there is no fo:table-column, witch are required by fop to set column width) It could be a wrong transformation (ie there is no table-header or table-body markup in your xml source file). (I suppose that your example is expected result, but not

Re: Table Header problem

2004-05-27 Thread Clay Leeds
: Currently only Table Rows are supported in table body, header and footer My xsl looks like this: ==            Header1  Header2  Header3

Table Header problem

2004-05-27 Thread Kaustuva Narayan Sharma
supported in table body, header and footer My xsl looks like this:   ==       Header1  Header2  Header3

Re: how to display something like "Page 1 of 5" in the PDF page header

2004-04-07 Thread Biying Huang
Clay, Thank you very much! It works perfect. Biiying Clay Leeds wrote: See info below next to the two items. Have a nice day! Web Maestro Clay p.s. I assume your actual pages have proper syntax (I didn't check anything--just added the code in the proper spots). ==data.xml=

Re: how to display something like "Page 1 of 5" in the PDF page header

2004-04-07 Thread Clay Leeds
See info below next to the two items. Have a nice day! Web Maestro Clay p.s. I assume your actual pages have proper syntax (I didn't check anything--just added the code in the proper spots). ==data.xml=== Image5445.jpg image information

how to display something like "Page 1 of 5" in the PDF page header

2004-04-07 Thread Biying Huang
Hi, I use FOP to generate a PDF from a XML file and a SXLT file. I am trying to display something like "Page 1 of 5" in the PDF page header. . I found a suggestion from http://www.dpawson.co.uk/xsl/sect3/N8703.html#d9294e31, but I don't understand. It says: will produce it, if

RE: repeatable header (implemented with table) at top of every page?

2004-02-26 Thread Andreas L. Delmelle
> -Original Message- > From: [EMAIL PROTECTED] > > > I need some example code that will give a repeatable header at top of > every page. I have it printing out a one liner like "Billing Invoice" > on everypage reliably, > but when i changed this to be

repeatable header (implemented with table) at top of every page?

2004-02-26 Thread Robert . Walker
hi all, i have spent 2 hours looking for an example. I am sure one exists so i apologize in advance for asking this lame question. I hate bothering people but am at my wits end. I need some example code that will give a repeatable header at top of every page. I have it printing out a one liner

Re: Table Header after Pagebreak

2004-02-19 Thread Chris Bowditch
Jan Kohnert wrote: Hello List, I am creating PDF Files using FOP. I generate an table with an header. My problem is, that I dont want to have the header on the next site after a page break. How can I avoid this 'floating header'? Add the following property to fo:table element: table-o

Table Header after Pagebreak

2004-02-19 Thread Jan Kohnert
Hello List, I am creating PDF Files using FOP. I generate an table with an header. My problem is, that I dont want to have the header on the next site after a page break. How can I avoid this 'floating header'? Thanks i

Re: Page number!! Re: Page header/footer in FOP

2003-11-20 Thread Chris Bowditch
From: "Felice Angemi" <[EMAIL PROTECTED]> I need to know if i can put in each page (in pdf generated by FOP) the number of the current page wrt the total page of the document! In poor words i need to put a string with the following format in each page: "Page 2 of N" This is straight forward. See

Page number!! Re: Page header/footer in FOP

2003-11-20 Thread Felice Angemi
Hi All, **(Maybe this is an old question, don't be angry with me)* I need to know if i can put in each page (in pdf generated by FOP) the number of the current page wrt the total page of the document! In poor words i need to put a string with the following format in each p

Re: Page header/footer in FOP

2003-11-20 Thread Chris Bowditch
From: "Manjush G. Menon" <[EMAIL PROTECTED]> is there any way to include header/footer line to each PDF page that gets generated using FOP? The Page body will vary, causing pages to increase and I need to put the same header/footer line in all pages. Is there any possbile way to

Page header/footer in FOP

2003-11-20 Thread Manjush G. Menon
is there any way to include header/footer line to each PDF page that gets generated using FOP? The Page body will vary, causing pages to increase and I need to put the same header/footer line in all pages. Is there any possbile way to do this? -- Thanks Manjush

RE: image in table header overlapping table body <-- possible ? [additional info]

2003-11-16 Thread Roland Neilands
> > Use nested tables: > > That is what i tried yesterday, too. Thanks anyway. > It's a solution to get the image in the first header of the table. But i > still end up with the problem having it repeated after a page break. > The text header will be repeated as there

Re: image in table header overlapping table body <-- possible ? [additional info]

2003-11-14 Thread Roland Schroth
> > > -Original Message- > > > From: Roland Neilands [mailto:[EMAIL PROTECTED] > > > > > > Roland, > > > > > > Use nested tables: > > > > That is what i tried yesterday, too. Thanks anyway. > > It's a solution t

RE: image in table header overlapping table body <-- possible ? [additional info]

2003-11-14 Thread Andreas L. Delmelle
too. Thanks anyway. > It's a solution to get the image in the first header of the table. But i > still end up with the problem having it repeated after a page break. Aaah... you *don't* need the image repeated across pages. > The text header will be repeated as there is data

Re: image in table header overlapping table body <-- possible ? [additional info]

2003-11-14 Thread Roland Schroth
> -Original Message- > From: Roland Neilands [mailto:[EMAIL PROTECTED] > > Roland, > > Use nested tables: That is what i tried yesterday, too. Thanks anyway. It's a solution to get the image in the first header of the table. But i still end up with the problem hav

FW: image in table header overlapping table body <-- possible ?

2003-11-14 Thread Roland Neilands
: ... Cheers, Roland > I need to build a table with a header line containing an image and a single > line of text. The problem is the image beeing to high to fit into the header > line which causes the header line to be resized vertically to match the > h

RE: image in table header overlapping table body <-- possible ?

2003-11-14 Thread Roland Neilands
> > Use nested tables: > Only problem I still see is how's he going to make the contents of the > table-body flow alongside the image in the header. It's a separate table with a separate header. Try it & see ;) --

RE: image in table header overlapping table body <-- possible ?

2003-11-14 Thread Andreas L. Delmelle
> -Original Message- > From: Roland Neilands [mailto:[EMAIL PROTECTED] > > Roland, > > Use nested tables: > Cool! There goes my attempt ... :) Only problem I still see is how's he going to make the contents of the table-body flow alongside the image in the

RE: image in table header overlapping table body <-- possible ?

2003-11-14 Thread Roland Neilands
Roland, Use nested tables: ... Cheers, Roland > I need to build a table with a header line containing an image and a single > line of tex

RE: image in table header overlapping table body <-- possible ? [additional info]

2003-11-13 Thread Andreas L. Delmelle
-body height... You know in advance how many rows will fit on a page... ( $regbh div $rowh ). Then, for each set of XML elements (corresponding to a table) you know in advance how many rows will be generated (counting the nodes). You also know that the first element of the set/table will generate an a

Re: image in table header overlapping table body <-- possible ? [additional info]

2003-11-13 Thread Roland Schroth
spanning 2 or 3 pages. So i need something that will work for that case too. Anyway, thanks for your quick response. Roland > > But i need the image to overflow the bottom of the header line > > (leaving its > > height unchanged) so that it flows right into the body area.

RE: image in table header overlapping table body <-- possible ?

2003-11-13 Thread Andreas L. Delmelle
> -Original Message- > From: Roland Schroth > > But i need the image to overflow the bottom of the header line > (leaving its > height unchanged) so that it flows right into the body area. The > problem is > that the overflow property isn't supported yet and

image in table header overlapping table body <-- possible ?

2003-11-13 Thread Roland Schroth
Hello, out there ;-) I need to build a table with a header line containing an image and a single line of text. The problem is the image beeing to high to fit into the header line which causes the header line to be resized vertically to match the height of the image. But i need the image to

RE: putting date in header or footer

2003-11-12 Thread Abhijit Junnare
Use the XSL extension fucntions. I am using something like this xmlns:date="http://exslt.org/dates-and-times"; I have this code some place in my stylesheet to convert the XML into PDF using FOP. Thanks, Abhi __ Do you Yahoo!? Protect your identity with Yahoo!

RE: putting date in header or footer

2003-11-12 Thread Andreas L. Delmelle
> -Original Message- > From: Ali Baq > > how can i put the date and time of the system (e.g. > java.util.Date.toString) > in the header or footer of the pdf page? 2 possibilities (if you're using XML/XSL-FO to PDF): - enter the current date as an element or a

putting date in header or footer

2003-11-12 Thread Ali Baq
how can i put the date and time of the system (e.g. java.util.Date.toString) in the header or footer of the pdf page? thank you _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

Re: Problem with fo:table-header

2003-10-07 Thread Niklas Koponen
gt; The first page shows the headers just fine but the second page shows > > only every second header. Do I have some property missing or is it a > > bug? > > > > Below is a link to the pdf: > > > > http://kotisivu.mtv3.fi/niklas.koponen/tableheader.pdf > >

Re: Problem with fo:table-header

2003-10-07 Thread Chris Bowditch
From: Niklas Koponen <[EMAIL PROTECTED]> On Tue, Oct 07, 2003 at 03:59:17PM +0300, Niklas Koponen wrote: > Hi! > > I have a table that continues to the following page. I want to have the > headers for the table also repeated on the next page. I forgot to mention that I'm using xml-fop from the cvs.

AW: Problem with fo:table-header

2003-10-07 Thread Jochen Isselhard
> Von: Niklas Koponen [mailto:[EMAIL PROTECTED] > > I have a table that continues to the following page. I want to have the > headers for the table also repeated on the next page. > > The first page shows the headers just fine but the second page shows > only every second h

Re: Problem with fo:table-header

2003-10-07 Thread Niklas Koponen
On Tue, Oct 07, 2003 at 03:59:17PM +0300, Niklas Koponen wrote: > Hi! > > I have a table that continues to the following page. I want to have the > headers for the table also repeated on the next page. I forgot to mention that I'm using xml-fop from the cvs. -Niklas -- Niklas Koponen | Hietap

Problem with fo:table-header

2003-10-07 Thread Niklas Koponen
Hi! I have a table that continues to the following page. I want to have the headers for the table also repeated on the next page. The first page shows the headers just fine but the second page shows only every second header. Do I have some property missing or is it a bug? Below is a link to the

RE: Spurious space between table-header and table header

2003-07-01 Thread Andreas Delmelle
our borders were kind of clumsily defined in the .fo. Either specify the border-width explicitly for both header & body, or define it once, for the whole table. But why would you define the border-width for the header and rely upon the renderer to guess what [d]effect you're trying to a

Re: Corner drawing (Was: Spurious space between table-header and table header.)

2003-07-01 Thread Jeremias Maerki
On 30.06.2003 14:32:30 jaccoud wrote: > BTW: Jeremias, are the borders realy suposed to look like > +-- > | > | > +---+-- > | | > | | > | | > > ? > > Shouldn't it be like this: > > +-- > |\ > | \ >

Corner drawing (Was: Spurious space between table-header and table header.)

2003-06-30 Thread jaccoud
Hmm. PDF specs do not matter here. If some FO construct can't be rendered in PDF, it should be marked as so. I don't think this is the case with table borders. It is just complicated per se. The gap seems to be a miscalculation of the header height, because it is excatly the same width

FW: FW: Spurious space between table-header and table header.

2003-06-28 Thread Andreas Delmelle
: FW: Spurious space between table-header and table header. - - - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hey waddya know... tried this : removed the border defs from the header & voila no gap and no misalignment. downside is u have to define the top & bottom borders for all

Re: Spurious space between table-header and table header.

2003-06-28 Thread Jeremias Maerki
On 26.06.2003 21:36:39 jaccoud wrote: > Yes, it helps, and it probably will correct another problem I'm getting: if > you noticed, the top and bottom borders are slightly narrower then the side > lines. Can't also figure why. I believed the top and bottom borders should > extend until the outter l

RE: FW: Spurious space between table-header and table header.

2003-06-27 Thread Andreas Delmelle
) greetz, ald > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: vrijdag 27 juni 2003 19:26 > To: [EMAIL PROTECTED] > Subject: RE: FW: Spurious space between table-header and table > header. > > > > > > > >w

RE: FW: Spurious space between table-header and table header.

2003-06-27 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hey waddya know... tried this : removed the border defs from the header & voila no gap and no misalignment. greetz, ald > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: vrijdag 27 juni 20

RE: FW: Spurious space between table-header and table header.

2003-06-27 Thread Andreas Delmelle
ding to XSL:FO spec this is definitely a valid place to define borders... ) greetz, ald > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: vrijdag 27 juni 2003 19:46 > To: [EMAIL PROTECTED] > Subject: RE: FW: Spurious space between tab

Re: FW: Spurious space between table-header and table header.

2003-06-27 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: 1) Borders do not work on rows, weither in header or body. Not implemented. I think its in the FAQ. 2) Cell borders are centered on the edge of the area rectangle and are drawn with half of the width to the inner side and half to the outter side. That's the border-col

RE: FW: Spurious space between table-header and table header.

2003-06-27 Thread jaccoud
oops. forgot the attachments. (See attached file: header-body.fo)(See attached file: header-body.pdf) = Marcelo Jaccoud Amaral mailto:jaccoud [at] petrobras.com.br voice: +55 21 2534-3485 fax: +55 21 2534-1809

RE: FW: Spurious space between table-header and table header.

2003-06-27 Thread jaccoud
>well seems to be sth true 'bout what i said (though i wasn't at all >sure) > >so did u try to add borders to the table-row in the header? >[curious to see what happens when we define borders on all three >levels in different >colours... perhaps this would shed

RE: FW: Spurious space between table-header and table header.

2003-06-27 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: vrijdag 27 juni 2003 17:13 > To: [EMAIL PROTECTED] > Subject: Re: FW: Spurious space between table-header and table > header. > >

Re: FW: Spurious space between table-header and table header.

2003-06-27 Thread jaccoud
>what i mean is this : >- -table is defined without explicit borders >- -header is defined without explicit side-borders ( only top & bottom >) >- -row, again is defined without explicit borders, but inherits those >that were explicitly set in the header

FW: Spurious space between table-header and table header.

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -Original Message- From: Andreas Delmelle [mailto:[EMAIL PROTECTED] Sent: donderdag 26 juni 2003 21:43 To: [EMAIL PROTECTED] Subject: RE: Spurious space between table-header and table header. - -BEGIN PGP SIGNED MESSAGE- Hash

RE: Spurious space between table-header and table header.

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 header & body are peerz, indeed header & row, however ? :-) greetz ald > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: donderdag 26 juni 2003 21:41 > To: [EMAIL PROTECTED] > Subj

RE: Spurious space between table-header and table header.

2003-06-26 Thread jaccoud
I'll try, but I suspect this will agravate the misalignment borders problem I just mentioned to Jeremias. And there _should_ be no inheritance involved, since header and body are peers. I'll try these tomorrow and see what happens. = Marce

Re: Spurious space between table-header and table header.

2003-06-26 Thread jaccoud
those who don't. Hmm, looks like a bug. I'm sure Jörg knows all about it and I didn't pay attention again. :-) Funny thing is that the gap between table-header and table-body is exactly the width of the border-top-width. Change that value and you change the gap. Work-around: -

RE: Spurious space between table-header and table header.

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 my guess is this has sth to do with inheritance top or bottom? both get "doubled" by them being defined in table-header & table-row ( last one implicitly ? ) would try adding them to the row instead & leaving them out of the table

Re: Spurious space between table-header and table header.

2003-06-26 Thread Jeremias Maerki
Hmm, looks like a bug. I'm sure Jörg knows all about it and I didn't pay attention again. :-) Funny thing is that the gap between table-header and table-body is exactly the width of the border-top-width. Change that value and you change the gap. Work-around: - Remove the border-top-* on

Re: Spurious space between table-header and table header.

2003-06-26 Thread jaccoud
Try processing the attached fo. Although there is no specification of space between the header and body, somehow a ~1.25mm gap crawls its way in. (See attached file: header-body.fo) Or maybe I am missing something. I do that a lot :-/ = Marcelo

Re: Spurious space between table-header and table header.

2003-06-26 Thread Jeremias Maerki
efore to a negative ammount, but I could not identify the source of > the space. I tried setting margin, padding and spaces to zero in both the > header and the body but the space persisted. It appears only when I define > a border around my header. Anyone noticed something similar? (I'm u

Spurious space between table-header and table header.

2003-06-26 Thread jaccoud
I'm getting a unindetified space between my table-headers and their table-bodies. I managed to make them go away by setting the body space-before to a negative ammount, but I could not identify the source of the space. I tried setting margin, padding and spaces to zero in both the header an

RE: table-header - " Currently only Table Rows are supported "

2003-06-23 Thread Holk, David A
Very stupid error...I didn't consistently set the mode on my apply-templates. -Original Message- From: Holk, David A [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 12:14 PM To: '[EMAIL PROTECTED]' Subject: fo:table-header - " Currently only Table Rows are supp

fo:table-header - " Currently only Table Rows are supported "

2003-06-23 Thread Holk, David A
When I try to load my table header dynamically using apply-templates, I get the error below. The row/cell/block construct works fine if I enter the table-headers manually in the stylesheet. Any ideas or comments appreciated. David [ERROR] org.apache.fop.apps.FOPException: Currently only Table

Re: Inheritable properties (was: Vanishing text in page header)

2003-05-29 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > > text-align="left" display-align="center" margin="2mm" >You shold move the text-align and display-align properties to the >table cell, at least the latter doesn't have an effect otherwise. I put these properties in table-row to avoid reapeating them

Re: Inheritable properties (was: Vanishing text in page header)

2003-05-28 Thread jaccoud
Thanks, I saw the warning but couldn't find what was overflowing the area. Increasing the header height fixed the problem. >BTW > > text-align="left" display-align="center" margin="2mm" >You shold move the text-align and dis

Re: Vanishing text in page header

2003-05-27 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Any help would be appreciated. Change the extent of the header region to 61mm. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Vanishing text in page header

2003-05-27 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I am generating a (possibly) multi-page document, with large header and footer sections that should appear on each page. However, in the second page, all text and images in the header are gone, only the space and some table cell borders are left. Did you get the message

Vanishing text in page header

2003-05-27 Thread jaccoud
Hi. I'm getting a very strange behaviour and have not been able to identify the source. I'm using 0.20.4 (tried 0.20.5rc3 but the result was exactly the same). I am generating a (possibly) multi-page document, with large header and footer sections that should appear on each page. Howev

Re: help about fo:table-header

2003-05-16 Thread Jeremias Maerki
or give me a sample of this > "continued-label" extension. > At the end of the extension description > http://xml.apache.org/fop/extensions.html I found: > > Continued-label (for table-header/-footer > Please see examples

Re: help about fo:table-header

2003-05-16 Thread Selber Jean-François
sample of this "continued-label" extension. At the end of the extension description http://xml.apache.org/fop/extensions.html I found: Continued-label (for table-header/-footer Please see examples/fo/basic/contlabel.fo but I don't found this file Thanks - Original Message - F

RE: help about fo:table-header

2003-05-16 Thread John Marshall
Jean-Francois Selber wrote: > In fact I can't used different page-master and the region-before to replace > the table-header > because I can have successivly two table in the same page sequence and > for this two table I want to display header only on the second page. In fact

Re: help about fo:table-header

2003-05-15 Thread Jeremias Maerki
ch may contain a large table and I wished > differentiate the header of the first page containing the table from the > header of the next pages. > > I tried to use unfortunately the notion of dynamic fo:headers. > > > Another way is to not print a header on the first page whic

Re: help about fo:table-header

2003-05-15 Thread Selber Jean-François
In fact I can't used different page-master and the region-before to replace the table-header because I can have successivly two table in the same page sequence and for this two table I want to display header only on the second page. In fact header would be only display if the table in too bi

Re: help about fo:table-header

2003-05-15 Thread Clay Leeds
The idea is to use a different page-master on the second and subsequent page. Then, you can put your "table-header" block in the region-before. On 5/15/2003 8:07 AM, Selber Jean-François wrote: I want to find a way to not display table-header in first time and only display header on th

Re: help about fo:table-header

2003-05-15 Thread Selber Jean-François
Thanks for your help But my problem is not on page header but on table header I want to find a way to not display table-header in first time and only display header on the start of next page if the table is too big to be display on the same page Thank you - Original Message - From

Re: help about fo:table-header

2003-05-15 Thread Clay Leeds
Jean-François wrote: Hello, I asked yesterday some help in order to build with FOP a pdf document from a FO document which may contain a large table and I wished differentiate the header of the first page containing the table from the header of the next pages. I tried to use unfortunately the noti

help about fo:table-header

2003-05-15 Thread Selber Jean-François
Hello, I asked yesterday some help in order to build with FOP  a pdf documentfrom a FO document which may contain a large table and I wisheddifferentiate the header of the first page containing the table from theheader of the next pages.I tried to use unfortunately the notion of dynamic

RE: fo->pdf header content and alternative headers

2003-05-12 Thread John Marshall
Steve Guo wrote:   > 1. Maybe a dumb question > Since the content of the header is specified by, > element > does it mean the content cannot be 'dynamic'?, such as pulling from the element? > If it cannot be 'dynamic', then I guess it has to be hard-code

  1   2   >