- From: axdmoraes <alexmoraes@gmail.com>
- Date: Wed, 19 Dec 2007 02:15:13 -0800 (PST)
- To: www-xsl-fo@w3.org
Hi,
I have a table like this:
<table>
<thead>
<row>
<entry>
First Column Title
</entry>
<entry>
Second Column Title
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<para>
Item 1
</para>
</entry>
<entry>
<para>
Item 2
</para>
</entry>
</row>
<row>
<entry>
<para>
Item 3
</para>
</entry>
<entry>
<para>
Item 4
</para>
<para>
Item 5
</para>
<para>
Item 6
</para>
<para>
Item 7
</para>
<para>
Item 8
</para>
<para>
Item 9
</para>
<para>
Item 10
</para>
</entry>
</row>
</tbody>
</table>
Each <para> in a different line. Sometimes this table breaks. And what I
need to do is, the "Item 1" appears again on next page if page breaks occur
in the row.
Thanks,
Alexandre
--
View this message in context: http://www.nabble.com/Repeat-table-content-tp14414253p14414253.html
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Wednesday, 19 December 2007 10:15:23 UTC