RE: [xsl] generate a table with rows and exactly four columns with xsl

Subject: RE: [xsl] generate a table with rows and exactly four columns with xsl
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Wed, 24 Sep 2003 17:53:07 -0400
I wrote - 

> I mean, you
> need some content in them -  you will have to do a test to see if the
> data runs out before a row is filled up, and to add them.  
> 

Well, actually, you could sleaze out and do the following to avoid a
test -

<cell><xsl:value-of select='following-sibling::form[1]'/>&#160;</cell>

This always puts a nonbreaking space (#160) into a cell whether or not
it has content.  That may be all you need.

Cheers,

Tom P

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


Current Thread