代码示例:(标识:xmle_cd_catalog_island_thead)
<html>
<body>

<xml id="cdcat" src="/static/demo/xml/cd_catalog.xml"></xml>

<table border="1" datasrc="#cdcat">

<thead>
<tr><th>Artist</th><th>Title</th></tr>
</thead>

<tfoot>
<tr><th colspan="2">This is my CD collection</th></tr>
</tfoot>

<tbody>
<tr>
<td><span datafld="artist"></span></td>
<td><span datafld="title"></span></td>
</tr>
</tbody>

</table>

</body>
</html>
运行结果: