Removing duplicates in xml with xslt

前端 未结 4 813
有刺的猬
有刺的猬 2021-01-06 01:08

I need to remove duplicates in the following xml:


          


        
4条回答
  •  情歌与酒
    2021-01-06 01:29

    Try this XSLT:

    
      
    
      
        
      
    
      
        
      
    
    
    

    It will select books with unique BookType and BookName. In your sample result should be:

    
            Brand
            jon
          
    

提交回复
热议问题