<xsl:template match="Book">
<xsl:for-each select="Authors/Author">
    <xsl:number value="position()" />//这个会循环自动显示1,2,3...
    <xsl:value-of select="Name" />
</xsl:for-each>
</xsl:template>

相关文章:

  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-11-23
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2021-10-10
  • 2021-10-22
  • 2021-07-30
  • 2021-08-12
  • 2022-01-26
  • 2022-12-23
相关资源
相似解决方案