How to use xsl number to count elements

前端 未结 1 1060
甜味超标
甜味超标 2021-02-15 16:25

Below I am counting elements using xsl:number. I would like to count the chapters in order, see below:

XML:


  
   &l         


        
相关标签:
1条回答
  • 2021-02-15 17:08

    Use <xsl:number level="any"/>

    0 讨论(0)
提交回复
热议问题