- From: Dmitry Turin <html60@narod.ru>
- Date: Thu, 26 Apr 2007 08:45:32 +0300
- To: public-html@w3.org
Good day, Thomas. TB> You can easily transform this into: TB> <table> TB> <tbody> TB> <tr> TB> <th id="1">RowName1</th> TB> <td>Data11</td> TB> <td>Data12</td> TB> <td>Data13</td> TB> </tr> TB> <tr> TB> <th id="2">RowName2</th> TB> <td>Data21</td> TB> <td>Data22</td> TB> <td>Data23</td> TB> </tr> TB> <tr> TB> <th id="3">RowName3</th> TB> <td>Data31</td> TB> <td>Data32</td> TB> <td>Data33</td> TB> </tr> TB> </tbody> TB> </table> It's bad for creating table by SQL-request. TB> I did so with the following XSLT: You speak about how to curl-out from situation by existing manners, but i speak about how to solve situation by easy and understandable way (especially for un-experienced users). Dmitry Turin http://html6.by.ru http://sql4.by.ru http://computer2.by.ru
Received on Thursday, 26 April 2007 05:45:58 UTC