<xsl:for-each select= ". ">
<tr> <xsl:attribute name= "bgcolor ">
<xsl:choose>
<xsl:when test= "position() mod 2=0 ">
red
</xsl:when>
<xsl:otherwise>
green
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
</tr>
用xsl格式化xml時產生交替樣式
最新推荐文章于 2020-11-16 14:55:30 发布