XSLT Grouping Siblings

前端 未结 6 1319
滥情空心
滥情空心 2021-01-05 11:23

I am trying to group sibling data in an XML file.

Given :



    
             


        
6条回答
  •  悲哀的现实
    2021-01-05 12:04

    G Andrieu's solution doesn't work, as there is no such axes as 'next-sibling' unfortunately.

    And alternative solution would be the following:

    
    
      
        
      
    
      
    
    
    
    
    
      
          
      
      
    
    

提交回复
热议问题