XSLT Removing duplicates

前端 未结 4 1575
Happy的楠姐
Happy的楠姐 2020-12-17 04:54

I have an xml datasource which looks like this:


  
    
      

        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-17 05:35

    You haven't shown your desired output. But in XSLT 2.0, you could do something like this:

    
      
        
          
            
              
                
              
            
          
        
      
    
    

提交回复
热议问题