Re: Problems with tables and templates

2004-08-27 Thread Chris Pratt
Yup, you're wrong =8^). As long as the begin and end are in the same template, it's valid. In other words, you can't have the tag in one template and the matching in another, but you can have the and around an that puts in the rows. The same is true for fo. (*Chris*) Original Message

Re: Problems with tables and templates

2004-08-27 Thread Sven Waibel
Hi, the problem is that you can't create some elements of a table without ending it. In html you can begin a table and in the next template you can add rows and cells and in another template you can close the table, that's not possible in pdf. Or am i on the wrong way? In the meantime i changed

RE: Problems with tables and templates

2004-08-26 Thread Chris Pratt
How about something like this: That's obviously an HTML example, but it should be easy to change to FO table layout if you need. (*Chris*) Original Message --- Hi, i have a table with 3 columns. Example: Table:

Re: Problems with tables and templates

2004-08-26 Thread J.Pietschmann
Sven Waibel wrote: How can i achieve that the table will be filled up correctly? This looks like an XSLT problem. Ask on the XSL list: http://www.mulberrytech.com/xsl/xsl-list/ You'll probably have to supply a slightly more complete problem description for a really helpful answer. J.Pietschmann --

Problems with tables and templates

2004-08-26 Thread Sven Waibel
Hi, i have a table with 3 columns. Example: Table: TestStatus Priority Theme1 Test1 ok 1 Test2 fail1 Theme2 Test1 ok 3 Test2 ok 2 The xml fi