<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-11-24
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
猜你喜欢
  • 2022-12-23
  • 2021-10-10
  • 2021-10-03
  • 2021-10-22
  • 2021-12-03
  • 2021-07-30
  • 2021-08-12
相关资源
相似解决方案