using xsl to fill in empty rows in a html table

giamcuibap

New Member
I want to create multiple html table pages using xml as the input and xsl as the transformation language.Now these tables should always have a fixed height, whether it's just one row or ten.I can't get it to work with css (min-height). So I was wondering, if it is possible to get xsl to always output ten rows and add empty rows in case there are less then ten rows or adding rows in case there are more then ten rows existent in the xml and therefore resizing the table. Any ideas how this can be achieved?Thanks a lot.
 
Back
Top