Re: Embedding a table in a table-row

2002-06-13 Thread J.Pietschmann
Hahn Kurt (CHA) wrote: If I add in my emmbedded table, I'm getting the following error: java.lang.RuntimeException: org.apache.fop.apps.FOPException: Currently only Tab le Rows are supported in table body, header and footer You are still missing a ffo:table-body in the embedded table:

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: ... with the template looking like: auto ... ... ... -Lou "

Re: Embedding a table in a table-row

2002-06-12 Thread Louis . Masters
Here is my code: ... with the template looking like: auto ... ... ... -Lou "Hahn Kurt (CHA)" <[EMAIL PROTECTED]> on 06/12/2002 04:45:33 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Embedding a table in

RE: Embedding a table in a table-row

2002-06-12 Thread Jochen . Maes
around your table cell (where you insert another table) put the should work (i use it that way!) greetings Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium Tel: +32 2 429 9

RE: Embedding a table in a table-row

2002-06-12 Thread Hahn Kurt (CHA)
TIAUX - - - - - texte2 B. - AFFAIRES COURANTES -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 12. juin 2002 10:44 À : [EMAIL PROTECTED] Objet : Re: Embedding a table in a table-row in y

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 Jochen . Maes
[EMAIL PROTECTED] <[EMAIL PROTECTED]cc: at.ge.ch> Subject: Embedding

Embedding a table in a table-row

2002-06-12 Thread Hahn Kurt (CHA)
I'm trying to embed a table in a table row. It seems to work, but my text isn't displayed (not even the test block "text" I inserted): What I'm seeing is two thick lines, and I'm suspecting each line represents one row (because I should get two rows with the template below).Why are they compressed