- From: axdmoraes <alexmoraes@gmail.com>
- Date: Thu, 22 Nov 2007 04:09:13 -0800 (PST)
- To: www-xsl-fo@w3.org
HI, I need to show footnotes on tables. I used table-footer but it didnĀ“t work like I wanted. My problem is, for example: In this xml if the first row is on the first page i have only to show the first ftnote on table footer. And it is the same with the second row. If both are on the same page. I show both ftnotes on footer. How can I do this? Thanks Alexandre <table> <title>Table Test 1</title> <thead valign="MIDDLE"> <row> <entry> <para>Test Table</para> </entry> <entry> <para>Test Table</para> </entry> </row> </thead> <tbody valign="MIDDLE"> <row> <entry> <para>Teste Table</para> </entry> <entry> <para>Teste Table</para> </entry> </row> <row> <entry> <para>Teste Table</para> </entry> <entry> <para>Teste Table <refint reftype="FTNOTE" id="12">[1]</refint> </para> </entry> </row> <row> <entry> <para>Teste Table</para> </entry> <entry> <para>Teste Table <refint reftype="FTNOTE" id="34">[2]</refint> </para> </entry> </row> </tbody> <ftnote ftnoteid="12"> <para>[1] teste de ftnote table 1</para> </ftnote> <ftnote ftnoteid="34"> <para>[1] teste de ftnote table 1</para> </ftnote> </table> -- View this message in context: http://www.nabble.com/table-footer-tf4856035.html#a13895662 Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Thursday, 22 November 2007 12:09:22 UTC