Re: Table text alignment

2005-01-18 Thread Jeremias Maerki
Sometimes you have to play around a bit. In short: padding works on table-cells. See the attachment. On 18.01.2005 02:05:29 David P. Nesbitt wrote: I am having an issue with table alignment where the first column is text-align=right and the next column is text-align=left. I cannot seem to get

Re: Table Cell Question

2005-01-13 Thread J.Pietschmann
Luke Shannon wrote: The second block in the second row is not getting written out. Even if I make it the only block of that cell, nothing gets written out. Guess: The call-template doesn't produce anything. Generate a FO file http://xml.apache.org/fop/running.html#check-input and check whether

Re: Table Cell Question

2005-01-13 Thread Luke Shannon
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 13, 2005 3:56 PM Subject: Re: Table Cell Question Luke Shannon wrote: The second block in the second row is not getting written out. Even if I make it the only block of that cell, nothing gets written out. Guess: The call

Re: Table Cell Question

2005-01-13 Thread Luke Shannon
an easy way to strip out HTML tags? Luke - Original Message - From: Luke Shannon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 13, 2005 4:10 PM Subject: Re: Table Cell Question I have verified that the template is producing an output. As a test I put putting a much short

Re: Table Help

2005-01-11 Thread The Web Maestro
On Jan 11, 2005, at 11:38 AM, Luke Shannon wrote: Hello; I am looking for one column that only contains an image, next to it a column with 2 cells stack on top of one another. What I get with the code below is the image and only the first cell in the second row? Any ideas? Does anyone know a

Re: Table Help

2005-01-11 Thread Luke Shannon
above row two? Thanks, Luke - Original Message - From: The Web Maestro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 2:41 PM Subject: Re: Table Help On Jan 11, 2005, at 11:38 AM, Luke Shannon wrote: Hello; I am looking for one column that only contains

Re: Table Help

2005-01-11 Thread JBryant
What I don't understand is the relationship between columns and tables. Well, the fo:table element requires one or more fo:table-column elements as children. In other words, you have to remember that XSL:FO requires you to specify the columns before you specify the table body. When you start

Re: Table Help

2005-01-11 Thread Luke Shannon
Thank you Jay. This helps a lot. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 3:50 PM Subject: Re: Table Help What I don't understand is the relationship between columns and tables. Well, the fo:table element requires one

Re: Table of Contents with leaders

2004-12-11 Thread J.Pietschmann
Talken, Patrick (AGRE) wrote: Using fop 20.5 we have created a table of contents with paragraph numbering, title, leaders (...) and page number. But to take the link created with fo:basic-link we can only click on the paragraph numbering or the title. How do you create the link so that by

Re: Table of Contents with leaders

2004-12-10 Thread Webmaster
!!!ATTENTION CE COURRIER N'EST PAS ARRIVE A DESTINATION!!! Due a une très forte progression du SPAM sur notre boite aux lettres, nous vous prions de bien vouloir transférer votre courriel a notre nouvelle adresse: [EMAIL PROTECTED] Merci de votre compréhension Alacuisine.Net !!!ATTENTION CE

Re: Table Cell with height=100%...

2004-11-28 Thread robert frapples
That is exactly what I am trying to do. The reason is that I want the borders for each cell to be seperated by a small margin. I am able to do this with padding and indents on the table-cell and an fo:block with a border. On Wed, 24 Nov 2004 22:59:54 +0100, Andreas L. Delmelle [EMAIL

RE: Table Cell with height=100%...

2004-11-28 Thread Roland Neilands
Robert, Try making the 'small margin' with thin table rows columns. Regards, Roland -Original Message- From: robert frapples [mailto:[EMAIL PROTECTED] Sent: Monday, 29 November 2004 1:52 AM To: [EMAIL PROTECTED] Subject: Re: Table Cell with height=100%... That is exactly

Re: Table Cell with height=100%...

2004-11-24 Thread J.Pietschmann
robert frapples wrote: The issue here is that a fo:table:cell takes up the full height of the containing fo:table-row, but the fo:block in the fo:table-cell takes up only the height it needs to display the content. What is needed is a way to make the fo:block take up the full height of the

RE: Table Cell with height=100%...

2004-11-24 Thread Andreas L. Delmelle
-Original Message- From: robert frapples [mailto:[EMAIL PROTECTED] Hi, I want several cells in a single column with set widths, non-uniform amounts of text, identical borders, and vertically aligned text. I have done everything except for the borders. I don't see how to make

RE: Table borders

2004-09-27 Thread Mark Donnelly
Forget my request for information. It was just a matter of playing with some of the table and table-cell properties, namely setting the border-*-style attributes to solid. eg fo:table-cell border-before-style=solid border-after-style=solid border-start-style=solid border-end-style=solid

Re: Table borders

2004-09-27 Thread Paul Vinkenoog
Hi Mark, Has anyone got an example of a table that prints out its borders. This (generated) one works for me: fo:table border-before-width.conditionality=retain border-collapse=collapse border-left-style=solid border-right-style=solid border-top-style=solid

RE: table processing warning

2004-09-27 Thread Eldho George
You can try this also xsl:attribute-set name=table-structure xsl:attribute name=table-layoutfixed/xsl:attribute xsl:attribute name=space-before0pt/xsl:attribute xsl:attribute name=space-after0pt/xsl:attribute xsl:attribute name=border2px/xsl:attribute

RE: Table with rounded corners

2004-09-10 Thread Daniel Easton
Title: RE: Table with rounded corners Hi, Sounds like you want a 3 by 3 cell table? - | | | | | 1 | 2 | 1 | - | | | | | | | | | 2 | CONTENT | 2 | | | | | - | | | | | 1 | 2 | 1

RE: Table with rounded corners

2004-09-10 Thread mathieu . fretiere
I'd like to draw tables with rounded corners. It is possible to use SVG (vector graphic) in order to create a table : you can draw rounded corners, draw lines for the borders and insert text. Then you can insert you graphic into your pdf. I don't know if it's a good idea because drawing a table

RE: Table-of-Contents Headlines

2004-08-30 Thread Pascal Sancho
Hi, Hmm, when reading back the W3C sample, I have found a mistake: You should replace the fo:simple-link element with the fo:basic-link one. Pascal -Message d'origine- De : Johannes Franz [mailto:[EMAIL PROTECTED] Envoyé : lundi 30 août 2004 00:56 À : [EMAIL PROTECTED] Objet : Re: Table

Re: Table-of-Contents Headlines

2004-08-29 Thread Johannes Franz
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 23, 2004 11:27 AM Subject: RE: Table-of-Contents Headlines Hi, You can find an example it the W3C XSL recommandation, at http://www.w3.org/TR/xsl/slice6.html#section-N13277-Inline-level-Formatting- Objects. There is an example of table of content

RE: Table-of-Contents Headlines

2004-08-23 Thread Pascal Sancho
PROTECTED] Envoyé : lundi 23 août 2004 00:24 À : [EMAIL PROTECTED] Objet : Re: Table-of-Contents Headlines Do you have an example for a xslt document that creates a table-of-contents which is generated at the end of the document? - Original Message - From: Johannes Franz [EMAIL PROTECTED

Re: Table-of-Contents Headlines

2004-08-22 Thread Johannes Franz
Do you have an example for a xslt document that creates a table-of-contents which is generated at the end of the document? - Original Message - From: Johannes Franz [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 19, 2004 4:43 PM Subject: Re: Table

Re: Table-of-Contents Headlines

2004-08-19 Thread Chris Bowditch
Johannes Franz wrote: Hi is it possible to declare certain sentences as a headline and generate autmatically a table-of-contents in JFOR/FOP? Perhaps somebody could send me an example. No this is not possible in general within XSL-FO. You can do something in XSLT. Using markers and

Re: Table-of-Contents Headlines

2004-08-19 Thread Johannes Franz
Ok, i'll try it. Thx for explanation. By the way do you know if it is possible and how to use the headline function of word/rtf with XSL-FO/JFOR? - Original Message - From: Chris Bowditch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 19, 2004 1:02 PM Subject: Re: Table

Re: table-row height

2004-08-09 Thread Alexander Lohse
Hi, is there any way to do that in the current FOP version? Regards, Alex Am 06.08.2004 um 22:24 schrieb J.Pietschmann: Alexander Lohse wrote: I am search for a way to correctly print on address-labels, which have fixed sizes. Is there a way to stop FOP from resizing a table-row, when the

Re: table-row height

2004-08-09 Thread J.Pietschmann
Alexander Lohse wrote: is there any way to do that in the current FOP version? To do what? Methods for hiding overflow vary depending on the problem at hand. Appraches include using another absolutely positioned block container with non-transparent background, graphics, especially SVG graphics,

Re: table-row height

2004-08-06 Thread J.Pietschmann
Alexander Lohse wrote: I am search for a way to correctly print on address-labels, which have fixed sizes. Is there a way to stop FOP from resizing a table-row, when the content would need more height than specified? No. You have to resort to an absolutely placed block-container. There's still

Re: table height problem

2004-07-28 Thread Chris Bowditch
Chandrasekhar Sanku wrote: snip/ I am creating a pdf using fop. In the generated pdf, the height of the table is stretched very long even the content is small. Why this happened? Does anybody faced this problem? No, I havent seen this problem. To help us help you, please post a *small*

Re: Table borders problem

2004-07-27 Thread J.Pietschmann
Alain ROY wrote: I want to generate a table with a fixed height (4cm), then I want to draw borders around the table, for each column (because I want the vertical lines to be drawed to the bottom of the table even if there is only one or two rows on my table), between header and body, then I want a

Re: table spanned over a 2 columns page

2004-07-12 Thread Chris Bowditch
Pascal Sancho wrote: snip/ fo:flow flow-name=xsl-region-body ... fo:table span=all ... /fo:table ... /fo:flow FOP doesnt support span=all on fo:table, only on fo:block elements that are direct descendents of fo:flow. snip/ I wonder wether it is a normal behaviour (I've checked the

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. Amita Rathore wrote: I had already tried

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

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 wrote: Here goes the snippet

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-layout=fixed (xslfo / css difference)

2004-06-07 Thread Chris Bowditch
Philippe PITHON wrote: I noted a difference in operation between the xslfo/fop and css/ie of function table-layout=fixed What makes you think they should be the same? XSL-FO is based on CSS, but there are differences. snip/ With FOP, the width of contents of a table has priority I'm not quite

RE: Table Header problem

2004-05-28 Thread Kaustuva Narayan Sharma
: Thursday, May 27, 2004 7:50 PM To: [EMAIL PROTECTED] Subject: Re: Table Header problem On May 27, 2004, at 6:47 AM, Kaustuva Narayan Sharma wrote: Hi, I am a beginner to FOP. I am trying to convert an XML to PDF from a Java app. The data is to be displayed in a table. But when I try to put

RE: Table Header problem

2004-05-28 Thread Pascal Sancho
: vendredi 28 mai 2004 06:15 À : [EMAIL PROTECTED] Objet : RE: Table Header problem I got it thanksa sily mistake on may part :-) This is my whole xsl file. And tables with headers r generating fine : = ?xml version=1.0 encoding=UTF-8

Re: Table Header problem

2004-05-27 Thread Clay Leeds
On May 27, 2004, at 6:47 AM, Kaustuva Narayan Sharma wrote: Hi, I am a beginner to FOP. I am trying to convert an XML to PDF from a Java app. The data is to be displayed in a table. But when I try to put headers into the table i am getting the following error: org.apache.fop.apps.FOPException:

RE: Table Header problem

2004-05-27 Thread Pascal Sancho
, but not actual output) tcho -Message d'origine- De : Clay Leeds [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 mai 2004 16:20 À : [EMAIL PROTECTED] Objet : Re: Table Header problem On May 27, 2004, at 6:47 AM, Kaustuva Narayan Sharma wrote: Hi, I am a beginner to FOP. I am trying to convert

RE: Table break-after/ break-before page add extra blank pages

2004-02-25 Thread Chanaka Amarasekara
Hi, I'm using FOP 0.20.5. I found out that if you do one of the following it will solve this problem, 1) to wrap the fo:table around a fo:block and put the page-break to that (Bug 7487) 2) enter the entry force-page-count=no-force to every fo:page-sequence.

Re: Table break-after/ break-before page add extra blank pages

2004-02-20 Thread John Austin
On Thu, 2004-02-19 at 17:45, J.Pietschmann wrote: Chanaka Amarasekara wrote: I'm using the Apache FOP to create a PDF file. I'm having a problem in my XSL file, where when I add a break-after = page for a table it adds an extra blank page to the end and if I have a break-before = page it

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:

Re: Table break-after/ break-before page add extra blank pages

2004-02-19 Thread J.Pietschmann
Chanaka Amarasekara wrote: I'm using the Apache FOP to create a PDF file. I'm having a problem in my XSL file, where when I add a break-after = page for a table it adds an extra blank page to the end and if I have a break-before = page it will add an extra blank page to the beginning. Is there a

Re: Table columns with custom font incorrectly aligned

2003-12-17 Thread Chris Bowditch
Dennis Myrén wrote: snip/ I used the PFMReader utility to generate XML metrics files from these 3 different font metrics files (PFM files). snip/ My problem is, the columns are not properly aligned, a right aligned column gets to look something like this: snip/ I tested with a base 14 font, no

RE: RE: Table columns with custom font incorrectly aligned

2003-12-17 Thread Dennis Myrén
00 11 92 Mail: [EMAIL PROTECTED] Web: www.oslokb.no -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: 17. desember 2003 12:11 To: [EMAIL PROTECTED] Subject: Re: Table columns with custom font incorrectly aligned Dennis Myrén wrote: snip/ I used the PFMReader

Re: Table columns with custom font incorrectly aligned

2003-12-17 Thread Jeremias Maerki
Nope. You're confusing things, I'm afraid. It's correct that some metric information needed by FOP is not present in PFM files, only in PFB (but which are currently not parsed). The problem here is most probably kerning. We've had that problem before. I just can't find the right thread right now.

RE: Table columns with custom font incorrectly aligned

2003-12-17 Thread Dennis Myrén
: (+47) 98 00 11 92 Mail: [EMAIL PROTECTED] Web: www.oslokb.no -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 17. desember 2003 13:09 To: [EMAIL PROTECTED] Subject: Re: Table columns with custom font incorrectly aligned Nope. You're confusing things, I'm afraid

Re: table-cell breaking across pages

2003-12-02 Thread Roland Schroth
Was wonder how to keep the contents of a table-cell from breaking across pages when the table cell contains several paragraphs blocks. Try this: fo:table-row keep-together.within-column=always ... This will prevent the content of this row from getting broken apart at

Re: table-cell breaking across pages

2003-12-02 Thread Will Gilbert
Was wonder how to keep the contents of a table-cell from breaking across pages when the table cell contains several paragraphs blocks. Try this: fo:table-row keep-together.within-column=always ... This did the trick. Viel Dank.

RE: table-cell breaking across pages

2003-12-01 Thread Andreas L. Delmelle
-Original Message- From: Will Gilbert [mailto:[EMAIL PROTECTED] Was wonder how to keep the contents of a table-cell from breaking across pages when the table cell contains several paragraphs blocks. I played with many combinations of keep-with..., widow/orphans that my head is

Re: table-cell breaking across pages

2003-12-01 Thread J.Pietschmann
Will Gilbert wrote: I played with many combinations of keep-with..., widow/orphans that Widows/orphans are not implemented. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: table row color changing

2003-09-19 Thread J.Pietschmann
Ramon Maria Gallart wrote: Can anyone tell me the way to change the colors of a table rows? I mean, the first in a color the next with other color, the next one with the first color and so on... I've tried to do it using an external variable but when i change it inside the loop it seems not to

Re: table row color changing

2003-09-19 Thread J.Pietschmann
J.Pietschmann wrote: see for example http://www.dpawson.co.uk/xsl/sect2/N7450.html#d4e82 Ouch, misleading example. The key phrase is grouping by position, and more appropriate examples would be http://www.dpawson.co.uk/xsl/sect2/N6280.html#d6777e235

RE: table row color changing [spam-BCC][Faked From Address][html- removed]

2003-09-19 Thread Sells, Fred
according to the O'reilly book, the only way to increment a variable is to call a template recursively. I think I've seen an example of what you want where they used a count and the mod function to alternate row color, but don't recall the code. -Original Message- From: Ramon Maria

Alternating fo:table-row color CODE (Re: table row color changing)

2003-09-19 Thread Clay Leeds
Ramon, Hope this helps. Near the top of my xsl-fo document I set some xsl:variable so I can change the color throughout my FO (I also set up my fonts, font-size, heading font-size, page background-color, etc. ;-p): !-- === BEGIN: set up variables === -- xsl:variable

RE: table-row borders

2003-07-15 Thread Andreas Delmelle
Title: fo:table-row borders -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 fo:table-row bordersyup! row-border support isn't implemented. either use the cell-border or the table-border itself... ( dunno for sure, but might have to do with support for cells spanning multiple rows ) greetz ald

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 supported When I try to

Re: Table Cell with height=100%...

2003-06-10 Thread J.Pietschmann
Jason Vincent wrote: Below is some xsl-fo that demonstrates what I'm talking about... I want the border around the Notes: to be the same height as the border around the text. Your code produces a solid red border around the cell, the same height as other cells, is this not what you want? I tried

Re: Table aligning right...

2003-06-09 Thread J.Pietschmann
Kodandapani A. wrote: Is there any way to align table right with width 45%. The best way is to use a 55% column like fo:table table-layout=fixed width=100% fo:table-column column-width=proportional-column-width(55)/ fo:table-column column-width=proportional-column-width(45)/

Re: Table aligning right...

2003-06-04 Thread Jeremias Maerki
Easiest is probably using nested tables. First establish a blind table with two columns and put your 45%-table in a table-cell in the second column. Maybe the following link could also provide some inspiration: http://xml.apache.org/fop/fo.html#fo-center-table-horizon I hope that helps. On

RE: Table of content and indexes

2003-05-23 Thread John Marshall
Hi There's a good description in chapter 9 of XSL-FO by Dave Pawson, O'Reilly, ISBN 0-596-00355-2. John Marshall Accurate Software 80 Peach Street, Wokingham, Berkshire, RG40 1XH, UK. Tel: +44 (0)118 977 3889 Fax: +44 (0)118 977 1260 http://www.accuratesoftware.com

RE: Table of content and indexes

2003-05-23 Thread Gustavo Torreti
You can find a very nice example at antennahouse http://www.antennahouse.com/XSLsample/XSLsample.htm Check the pdf. It mainly talks about xsl-fo, but you'll find a TOC implemented there also. Hope that helps, Gustavo

RE: table in xsl-region-before

2003-05-21 Thread Rob Stote
Title: RE: table in xsl-region-before David: Are you xsl:apply-templates mode=header/ or do you want to xsl:call-template name=/ try naming you template and calling from within the table. Just a guess Rob -Original Message- From: Holk, David A [mailto:[EMAIL PROTECTED

RE: table in xsl-region-before

2003-05-21 Thread Holk, David A
Title: RE: table in xsl-region-before As Johannes pointed out, I just missed my fo:table-row declaration (doh!). The "mode=" attribute of apply-templates has worked perfectly so far for directing matches to a particular table (of several in the page).I hope I am not grossl

Re: table-cell suggestion

2003-05-15 Thread Louis . Masters
What version of FOP is this? I currently have developers that do this all of the time and it looks like FOP just ignores it. I am using FOP 0.20.3. If a newer version if throwing an exception it would be good to know now. -Lou

Re: table-cell suggestion

2003-05-15 Thread rhodespc
FOP-0.20.5rc2 Quoting [EMAIL PROTECTED]: What version of FOP is this? I currently have developers that do this all of the time and it looks like FOP just ignores it. I am using FOP 0.20.3. If a newer version if throwing an exception it would be good to know now. -Lou

Re: table-cell suggestion

2003-05-15 Thread rhodespc
I will try to reduce it to a test case. I had a 583k fo file and it was crashing. Because the stack trace indicated a problem with the table cell, I verified my cells. That's when I discovered that in some cases, I only would output one column in a multi column table. After fixing the columns

Re: table--row background

2003-04-24 Thread J.Pietschmann
Torsten Erler wrote: I need help again with FOPing. I've a table with many rows. Each second row has a gray colored background. Now it appears that the gray backgound overlaps the table border (approximately for a half point) and between the column borders are breaks (also 1/2 point) on every top

Re: table-column width

2003-04-10 Thread Chris Bowditch
From: Todtenhaupt, Susann [EMAIL PROTECTED] Is it possible to allocate a column-width a value like 100%? inline-progression-dimension fop does not support, does it? Currently FOP only supports tables with fixed (pre-determined) column woidths, e.g. 5in, 2cm, etc. Therefore percentages are not

Re: table-column width

2003-04-10 Thread Harm Kok
This is not true. FOP only supports Fixed table-widths, but columns widths can be set relative. You can do this by setting: column-width=proportional-column-width(1) If you have to columns with a 25%, 75% width you can set: fo:table-column column-number=1

RE: table-column width

2003-04-10 Thread John Marshall
[mailto:[EMAIL PROTECTED] Sent: 10 April 2003 11:19 To: [EMAIL PROTECTED] Subject: Re: table-column width From: Todtenhaupt, Susann [EMAIL PROTECTED] Is it possible to allocate a column-width a value like 100%? inline-progression-dimension fop does not support, does it? Currently FOP only supports

Re: table header on consecutive pages

2003-04-03 Thread Clay Leeds
Michael, I don't know if this'll help, but I recall seeing somewhere that borders on cells are not supported at smaller than 1pt. I have tried this, and found that PDF handles it differently (displays at .5pt) than AWT/print (either ignores or draws 1pt). In any case that was with fop-0.20.4 and

Re: table footer placement

2003-03-31 Thread Clay Leeds
Mike, This may not help, but have you tried 0.20.5rc2 and/or 0.20.4? Perhaps one of those may behave the way it should. Partridge, Michael wrote: What actually happens, however, is that the last row of the table is on the first page, and the second page has the table header and footer only. I'm

RE: table

2003-03-18 Thread Balaji Loganathan
Hi Rob, Thanks for taking time to reply me.My question was bit different than to your specific reply, and I re-posted it again. Thanks again. Regards Balaji --- Rob Stote [EMAIL PROTECTED] wrote: Balaji I did a quick test, I never nest tables, as a personal preference, easy to debug,

RE: table

2003-03-18 Thread Rob Stote
Title: RE: table Balaji: I now understand what you mean; your choice should be number 2. Create your table separate and place them one after each other. By definition your solution number 1 is actually creating 6 tables (5 data tables, and the 6th to hold them). As for your comment about

Re: Table space from left

2003-03-18 Thread Clay Leeds
You should be able to either add the following to your table: fo:table-column column-width=.2cm/ (and then add the fo:table-cell throughout) or, since you've got a table border background, create a BLIND TABLE (as described in the FAQ) nesting the current table in another table like this:

Re: Table space from left

2003-03-18 Thread Clay Leeds
Oops! I should've removed the BORDER BACKGROUND attributes from the BLIND TABLE as below: Clay Leeds wrote: You should be able to either add the following to your table: fo:table-column column-width=.2cm/ (and then add the fo:table-cell throughout) or, since you've got a table border

RE: table

2003-03-17 Thread Rob Stote
Title: RE: table Balaji I did a quick test, I never nest tables, as a personal preference, easy to debug, read etc. FOP does say that the numbers produced from their debug statements should not be used comparatively. Hope this helps: File attached RESULTS FOR CALLED TABLES: 703 [main

Re: table-row +border

2003-02-20 Thread MARTIN Franck
i think borders are implemented on cells only - Original Message - From: Peter Menzel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 3:47 PM Subject: table-row +border Hi I try to use fo:table-row border-style=solid border-width=1pt border-color=black to

Re: table-row +border

2003-02-20 Thread s-oualid
Is the border stuff not implementd for table-row ? I'm using FOP 0.20.4. I think borders are implemented on cells only. The answer is here : http://xml.apache.org/fop/implemented.html http://xml.apache.org/fop/compliance.html Simon

Re: Table column-width property

2003-02-12 Thread Oleg Tkachenko
sujata wrote: I gave it as, fo:table-column column-width={$colwidth}cm/ where colwidth is a variable name holding the column width value. But this value is not accepting and it gives the error : Error in column-width property value {$colwidth} Seems to me you are trying to use variables in

Re: Table column-width property

2003-02-12 Thread sujata
Oleg Tkachenko wrote: Seems to me you are trying to use variables in xsl-fo document instead of xsl stylesheet. Am I right? Sujata wrote: Exactly.. I need to give the column-width dynamically. Is it possbile to do that? If yes how can i do that? -Thanks and Regards Sujata

Re: Table column-width property

2003-02-12 Thread Oleg Tkachenko
sujata wrote: Exactly.. I need to give the column-width dynamically. Is it possbile to do that? If yes how can i do that? Sure. But this should be done in XSLT stage, there is no notion of variables in XSL-FO. Fromatting is two-step process, first source document is transformed to

Re: Table column width

2003-02-03 Thread Oleg Tkachenko
sujata wrote: I have a problem in displaying the data in the pdf table. Each column width in a table should be different from the other column depending on the data. Since I am using the same fop stylesheet for different tables, I cannot hardcode the column width in the stylesheet. Is there

Re: Table column width

2003-02-03 Thread sujata
Thanks for the reply. How do you take the column width in a stylesheet. I don't want to take each column width data as a separate parameter because the no of columns vary from table to table. My Logic is get a string with all the column width s of the table seperated by coma. In xsl split it and

RE: Table of Contents problem

2003-01-28 Thread Jon Steeves
, January 24, 2003 7:33 AM To: [EMAIL PROTECTED] Subject: Re: Table of Contents problem Jon, Can you merely use fo:page-number-citation ref-id=endofdoc/ for the last item (and put fo block id=endofdoc/fo:block at the last item)? Web Maestro Clay Jon Steeves wrote: I'm not using multi-column

Re: Table cell alignment and images

2003-01-25 Thread J.Pietschmann
Rakesh Patel wrote: The first image in the cell is flush against the right side of the cell. The second image should be flush against the left side of its cell (giving the impression of one continous graphic - because both images have a border built in to them). However, there is a 0.5px gap

RE: Table of Contents problem

2003-01-24 Thread Jon Steeves
I'm not using multi-column layout or keeps, or lists, and the block IS an immediate child of the flow. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, January 23, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: Re: Table of Contents problem Jon Steeves

RE: Table of Contents problem

2003-01-24 Thread Graham Hannington
Jon Steeves wrote: I'm trying to generate a TOC. The following code works up to a point - all the TOC items output correctly except for the last one, which won't print the page number at the end of the leader pattern. I have the same problem (last page number citation in a TOC does not

Re: Table of Contents problem

2003-01-24 Thread Clay Leeds
Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, January 23, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: Re: Table of Contents problem Jon Steeves wrote: I'm trying to generate a TOC. The following code works up to a point - all the TOC items output correctly except

Re: Table

2003-01-16 Thread J.Pietschmann
Ashish Arte wrote: I am using many tables on a page as I use fop to generate pdf files. The tables specified in the xsl are separated by space-before.optimum attribute but some how, in the pdf these spaces are completely ignored. The substructure for space'before, space'after, height, width and

Re: table-header or alter

2002-12-05 Thread J.Pietschmann
ANIL B G wrote: Hi, Iam new to fo. Iam refering this site for fo tabgs and examples. http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html when iam trying to use the table-header, it says not supported. could u please someone pass me the example of fo file having table with table-header or

Re: Table Alignment

2002-12-04 Thread Oleg Tkachenko
sujata shetty wrote: Now the table is placed in one corner of the page. I want my table to be aligned at the center. Is there any table property where I can set align = center? afaik the only way to center table using FOP at the moment is blind table usage, see

RE: Table Alignment

2002-12-04 Thread Francis, Ronald
I have the smae problem , don't think fop supports it yet. You could try putting your table inside another table with three equal width cells. Cheers, Ronald -Original Message- From: sujata shetty [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 2:49 AM To: [EMAIL PROTECTED]

Re: Table footers and headers

2002-12-01 Thread J.Pietschmann
Nwilan Glirt wrote: That is bad news for me... I am beginning to loose faith in FO being a practical solution for build business forms like invoices from XML. Has anyone actually succeeded doing this? Yes. What I really needed would be something like table-ONLY-footer-at-break and

Re: Table header and footer and page break

2002-11-20 Thread Oleg Tkachenko
Philippe Chaléat wrote: I asked a similar question some days ago... But not nobody answered on this particular point. Look back to the archive, you've got 2 negative answers. Say I want it to have this kind of printing (needed for example for invoice printing) : line1 a line2 b

Re: table-header and retrieve-marker

2002-11-19 Thread Keiron Liddle
Retrieve marker is only allowed in static regions, so no you cannot use it in a table header or footer to do that. On Tue, 2002-11-19 at 09:30, Philippe Chaléat wrote: Hello, Is there a way to use marker (retrieve-marker) in table header or footer ? For example, how I can achieve this

Re: table-header and retrieve-marker

2002-11-19 Thread Oleg Tkachenko
Philippe Chaléat wrote: Is there a way to use marker (retrieve-marker) in table header or footer ? No, An fo:retrieve-marker is only permitted as the descendant of an fo:static-content. (c) the spec -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Table footers and headers

2002-11-13 Thread Oleg Tkachenko
Nwilan Glirt wrote: That is bad news for me... I am beginning to loose faith in FO being a practical solution for build business forms like invoices from XML. Has anyone actually succeeded doing this? xsl-fo specifies vocabulary and semantics of high-quality paginated presentation. Does it fit

  1   2   >