<xsl:template name="device">
<xsl:for-each select="//mass_control_item/device">
<tr>
<td height="25" style="font-size: 9pt; font-family: 宋体;text-align:center" >
<xsl:value-of select ="device_name"/>
</td>
<!-- <xsl:if test="//mass_control_item/device/device_divide!='0'"> -->
<xsl:choose>
<xsl:when test="//mass_control_item/device/device_divide='1'">
<td height="25" style="font-size: 9pt; font-family: 宋体;text-align:center">
<xsl:value-of select ="device_a"/>
</td>
<td height="25" style="font-size: 9pt; font-family: 宋体;text-align:center">
<xsl:value-of select ="device_b"/>
</td>
<td height="25" style="font-size: 9pt; font-family: 宋体;text-align:center"> 数据挖掘工具
<xsl:value-of select ="device_c"/>
</td>
</xsl:when>
<xsl:otherwise>
<td colspan="3" height="25" style="font-size: 9pt; font-family: 宋体;text-align:center">
aaaaaa </td>
</xsl:otherwise>
</xsl:choose> 数据挖掘实验室
</tr>
</xsl:for-each>
</xsl:template> Create By Any-Extract(WL-AE) 数据挖掘交友