Alternatively, use <table style="empty-cells: show">[snip...]</table> or 
have the following in your <style> tag or .css file:

TABLE { empty-cells: show }


For more info:
http://www.w3.org/TR/REC-CSS2/tables.html#propdef-empty-cells


Alan Hodgkinson wrote:

>Dear All,
>
>Here's a quick XSLT code snippet that shows how to automatically 
>insert non-blanking spaces in empty cells in HTML tables:
>
>  http://outerthought.net/wiki/Wiki.jsp?page=HtmlTableCellNonBlanking
>
>It also contains a nice trick for outputing a non-blanking space from 
>an XSLT stylesheet:
>
>  <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
>
>Enjoy,
>
>Alan.
>
>P.S. Is there a Wiki expert that can explain to me how to embed
>'&nbsp;' and '&amp;' in a Wiki page so that it display correctly?
>
>---------------------------------------------------------------------
>Please check that your question  has not already been answered in the
>FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
>To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
>For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>
>  
>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to