用XSL和ASP实现分页功能
日期:2007年7月6日 作者: 查看:[大字体 中字体 小字体]-
<td nowrap="nowrap" width="110"> 人员</td>
</tr>
<tr>
<td nowrap="nowrap"> <xsl:value-of select="num"/></td>
<td nowrap="nowrap"> <xsl:value-of select="username"/></td>
<td nowrap="nowrap"> <xsl:value-of select="dt"/></td>
<td nowrap="nowrap"> <xsl:value-of select="men"/></td>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>
(出处:急速软件下载学院)
上一篇:使用模板执行SQL查询
