- From: Saqi <saqib.javed@gmail.com>
- Date: Wed, 31 Dec 2008 09:39:53 +0500
- To: www-xsl-fo@w3.org
- Message-ID: <e43b65bd0812302039x26308fecg72f3cce191c0af9d@mail.gmail.com>
AoA, Thanks for your response. I'm using Antenna Xsl-formatter. yes i've tried fo:table-body's border properties but my problem was not solved. I think i've explained my problem very well. The attched files show what problem actually occuring here. the first page is fine. 2nd page is also appears fine header is ommited as required but the top border also disappears. i want it there. Thanks Regards, Saqib Javed On Tue, Dec 30, 2008 at 7:56 PM, Tony Graham < Tony.Graham@menteithconsulting.com> wrote: > > On Tue, Dec 30 2008 04:45:33 +0000, saqib.javed@gmail.com wrote: > > i'm designing a table in xsl-fo. now i've to show only the table column > lines > > and table row lines are ommited. now when i try to set > > table-omit-header-at-break="true". when the data overflow to the next > page, yes > > header is ommited but the top line also disappear. now i just want to > show that > > top line without showing the header. is there any thing i am missing. my > code > > islike this. > > > > <fo:table table-omit-footer-at-break="false" > table-omit-header-at-break="true" > > border="1pt" border-style="solid" > > > > > <fo:table-column width="30mm"/> > > <fo:table-column width="30mm"/> > > > > <fo:table-header> > ... > > </fo:table-row> > > </fo:table-header> > > > > <fo:table-footer/> > > > > <fo:table-body> > ... > > You don't say which XSL formatter you are using. > > Have you tried setting the border properties of fo:table-body? > > Regards, > > > Tony Graham Tony.Graham@MenteithConsulting.com > Director W3C XSL FO SG Invited Expert > Menteith Consulting Ltd > XML, XSL and XSLT consulting, programming and training > Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland > Registered in Ireland - No. 428599 http://www.menteithconsulting.com > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > xmlroff XSL Formatter http://xmlroff.org > xslide Emacs mode http://www.menteith.com/wiki/xslide > Unicode: A Primer urn:isbn:0-7645-4625-2 > >
Attachments
- image/jpeg attachment: Sample_Table.JPG
- image/jpeg attachment: Sample_Table-2.JPG
Received on Wednesday, 31 December 2008 04:40:34 UTC