How do I do a table in XSL

Subject: How do I do a table in XSL
From: lbolen@xxxxxxxxxxxxxxxxxxxxxxxxxx (Lori Bolen)
Date: Thu, 15 Apr 1999 11:21:45 -0500
How do I display the following table using XSL?  I am using 
Internet Explorer 5.0.  So far I have figured out how to 
display everything except the following table:

<table frame="all" colsep="1" rowsep="1">
<title>Table Title</title>
<tgroup>
<colspec colname="c1" colwidth="14*">
<colspec colname="c2" colwidth="14*">
<colspec colname="c3" colwidth="14*">
<spanspec namest="c1" nameend="c3" spanname="spanallcol">
<thead>
<row>
<entry>Col1 header</entry>
<entry>Col2 header</entry>
<entry>Col3 header</entry>
</row>
</thead>
<tbody>
<row>
<entry>Row 1 Col 1</entry>
<entry>Row 1 Col 2</entry>
<entry>Row 1 Col 3</entry>
</row>
<row>
<entry>Row 2 spans all columns.</entry>
</row>
</tbody>
</tgroup>
</table>

Thanks,

Lori Bolen


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


Current Thread