<tr>
<th>技术专长</th>
<td colspan="4">
<xsl:for-each select="/技术专长/技术专长元素">
<p style="text-indent:24px;"><xsl:value-of select="position()"/> .
<xsl:value-of select="技术名称"/><
br/>
<xsl:value-of select="掌握情况"/>
</p>
</xsl:for-each>
</td>
</tr>
<tr>
<th>项目经验</th>
<td colspan="4">
<xsl:for-each select="/项目经验/项目经验元素">
<p style="text-indent:24px;"><xsl:apply-templates/></p>
</xsl:for-each>
</td>
</tr>
</table>
</p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>