bangdiem.xslt
<?xml?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output/>
<xsl:template>
<html>
<body>
<table>
<p align="center">B?NG T?NG K?T H?C T?P</p>
<tr>
<th>STT</th>
<th>H? tên</th>
<th>X?p lo?i d?o d?c</th>
<th>Đi?m TB HK 1</th>
<th>Đi?m TB HK 2</th>
<th>Đi?m TB c? nam</th>
<th>X?p h?ng</th>
<th>K?t qu?</th>
<th>Khen thu?ng</th>
</tr>
<xsl:for-each>
<tr>
<td>
<xsl:value-of/>
</td>
<td>
<xsl:value-of/>
</td>
<td>
<xsl:value-of/>
</td>
<td>
<xsl:value-of/>
</td>
<td>
<xsl:value-of/>
</td>
<td>
<xsl:value-of/>
</td>
<td>
<xsl:value-of/>
</td>
<td>
<xsl:value-of/>
</td>
<td>
<xsl:value-of/>
</td>
</tr>
</xsl:for-each>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
Bạn đang đọc truyện trên: AzTruyen.Top