Re: Howto make tables...

2003-01-25 Thread J.Pietschmann
Jacob Bager wrote: fo:table-cell padding=1pt fo:block keep-with-next.within-page=always xsl:template match=IMAGEINFO This is an error. A xsl:template must be an immediate child of the xsl:stylesheet element. J.Pietschmann

RE: Howto make tables...

2003-01-25 Thread Jacob Bager
So its .. xsl:template fo:table-cell... xsl:apply... /fo:table-cell /xsl:template I've found the page http://www.w3.org/TR/xsl/slice6.html#section-N15442-Formatting-Objects-f or-Tables And tried the first example But i get a 'file is damaged'-error from acrobat. I think there

Re: Howto make tables...

2003-01-25 Thread J.Pietschmann
Jacob Bager wrote: I've found the page http://www.w3.org/TR/xsl/slice6.html#section-N15442-Formatting-Objects-f or-Tables And tried the first example But i get a 'file is damaged'-error from acrobat. The fo:table-and-caption element is not implemented by FOP, you should see an error message

Table cell alignment and images

2003-01-25 Thread Rakesh Patel
Hi, I have a problem I have not been able to solve for quite a while to do with placement of images inside table cells. I have two images, held within two table cells. The code looks like this: fo:table-column column-width=31.8mm/ fo:table-column column-width=46mm/!-- 46mm --

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