RE: Embedding a table in a table-row

2002-06-13 Thread Max Dcosta
:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 4:46 PM To: [EMAIL PROTECTED] Subject: Re: Embedding a table in a table-row Here is my code: fo:table-cell fo:block xsl:call-template name = processSubTable xsl:with-param name=tableheight

Re: Embedding a table in a table-row

2002-06-12 Thread Bertrand Delacretaz
Hi Kurt, On Wednesday 12 June 2002 10:45, Hahn Kurt (CHA) wrote: I'm trying to embed a table in a table row. It would be easier if you could post the XSL-FO that results from your transformation, ideally the smallest complete FO document that demonstrates your problem. -Bertrand

Re: Embedding a table in a table-row

2002-06-12 Thread Louis . Masters
Here is my code: fo:table-cell fo:block xsl:call-template name = processSubTable xsl:with-param name=tableheight select=auto/ /xsl:call-template ... with the template looking like: xsl:template name=processSubTable xsl:param name=tableheight auto /xsl:param fo:table