- From: Colette Wilklow <wilklow@jpl.nasa.gov>
- Date: Thu, 18 Apr 2002 08:52:33 -0700
- To: John Bourke <john.bourke@cedar.com>, "'www-xsl-fo@w3.org'" <www-xsl-fo@w3.org>
Have you tried inserting an empty block? <fo:table> <fo:table-column column-width="1.5cm"/> <fo:table-column column-width="1.5cm"/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block/> <- like this </fo:table-cell> <fo:table-cell> ... </fo:table-cell> ... </fo:table> I think that is how I resolved a similar problem. Colette At 10:08 AM 4/18/2002 -0400, John Bourke wrote: >Hi, >Can someone give me a little advice please? I want to create a table in >XSL-FO such that when it is rendered any rows with blank cells will also >be rendered, does anybody no a way to do this? >HTML allows the use of the space character code but when rendering to PDF >I'm told that is an illegal character. >Really appreciate any advice. > >Kind Regards, > >John Bourke > >__________________________________________________ >John Bourke >Software Engineer T +353 (0)94 35022 F +353 (0)94 35001 E ><mailto:john.bourke@cedar.com>john.bourke@cedar.com > >Cedar Software Ireland Ltd. > ><http://www.cedar.com/>www.cedar.com >Teach an Cheadair | Moneenbradaigh >Castlebar | Co. Mayo | Ireland > > > > > > >*********************************************************************** >This email and any files transmitted with it are confidential and >intended solely for the use of the individual or entity to whom they >are addressed. Any unauthorised distribution or copying is strictly >prohibited. > >Whilst Cedar Plc takes steps to prevent the transmission of >viruses via e-mail, we can not guarantee that any email or >attachment is free from computer viruses and you are strongly >advised to undertake your own anti-virus precautions. > >Cedar Plc grants no warranties regarding performance, >use or quality of any e-mail or attachment and undertakes no >liability for loss or damage, howsoever caused. >************************************************************************
Received on Thursday, 18 April 2002 11:56:03 UTC