RE: [xsl] [FO] : print null table row

Subject: RE: [xsl] [FO] : print null table row
From: "Satish Kumar.R- CTD, Chennai." <satishkr@xxxxxxxxxxxxxxx>
Date: Wed, 20 Nov 2002 09:21:46 +0530
Try this...
<fo:table-row>
	<fo:table-cell><fo:block
padding-top="4mm"></fo:block></fo:table-cell>
</fo:table-row>

-Satish


-----Original Message-----
From: Daniele Falloni [mailto:daniele.falloni@xxxxxxxxxx]
Sent: Tuesday, November 19, 2002 10:33 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] [FO] : print null table row



Similar to thread "..whitespace problems" , i need to print  null table 
row. example:
<fo:table-row>
	<fo:table-cell><fo:block></fo:block></fo:table-cell>
</fo:table-row>

the fo processor ignore my null row
i' have tried to apply <xsl:text> </xsl:text> but not work...


any idea?

Grazie :)




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread