在标签内容编辑的地方,插入下面内容

<xsl:choose>
<xsl:when test="position() =1">

第一条要显示的内容

</xsl:when>
<xsl:otherwise>

其它条显示的内容

</xsl:otherwise>
</xsl:choose>