- From: Tony Graham <Tony.Graham@MenteithConsulting.com>
- Date: Tue, 30 Dec 2008 14:56:20 +0000
- To: www-xsl-fo@w3.org
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
Received on Tuesday, 30 December 2008 14:59:23 UTC