How to use for each group in XSL

后端 未结 1 1372
醉酒成梦
醉酒成梦 2020-12-06 06:03

im still learning for-each-group what is the best way of grouping something like this using XSL?(by country) i\'m trying to use XSL to convert this XML to anoth

1条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 06:35

    If you group by country you would start with e.g.

    
      
        
    
        
      
    
    

    Then you have to decide whether you want to further group the Info elements in each country group, for instance by name:

    
      
        
          
            
              
                
                  
                
              
            
          
        
      
    
    

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