How to increment a XSL integer variable

前端 未结 4 1767
花落未央
花落未央 2020-12-19 19:51

Updated

I have some huge data, which becomes a large table say table parent

each table parent\'s row will

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-19 20:50

    What about using:

    
    

    See http://www.w3.org/TR/xslt#number

    There are various ways to include it as attributes into your anchor tag.

    Option 1: Using variables

    
      
    
    blabla
    

    Option 2: xsl:attribute

    
      
        
      
    
    

提交回复
热议问题