⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cdcatalog.xsl

📁 该程序由纯jsp实现
💻 XSL
字号:
<?xml version="1.0" encoding="GBK"?>
<!-- Edited with XML Spy v2007 (http://www.altova.com) -->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method='html' version='1.0' encoding='UTF-8' indent='yes'/>

<xsl:template match="/">
  <html>
  <head>
  </head>
  <body>
    <table width="100%"  BORDER="0" CELLSPACING="0" CELLPADDING="0">
      <xsl:for-each select="/address/class">
      <tr>
		<td width="15%"></td>
		<td width="15%"></td>
	        <td width="8%"><xsl:value-of select="name"/></td>
	        <td width="8%"><xsl:value-of select="post"/></td>
	        <td width="15%"><xsl:value-of select="mobile"/></td>
	        <td width="15%"><xsl:value-of select="phone"/></td>
		<td width="15%"><xsl:value-of select="extension"/></td>
		<td width="16%"><xsl:value-of select="mail"/></td>
      </tr>
	  <tr>
		<td colspan="2">TD测试号码</td>
		<td colspan="6"><xsl:value-of select="tdno"/></td>
        </tr>
      </xsl:for-each>
    </table>
  </body>
  </html>
</xsl:template>
</xsl:stylesheet>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -