How to select distinct values from XML document using XPATH?
        Posted  
        
            by Alex
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alex
        
        
        
        Published on 2010-05-20T07:18:56Z
        Indexed on 
            2010/05/20
            7:20 UTC
        
        
        Read the original article
        Hit count: 210
        
How can I select only distinct elements for the XML document using XPATH?I've tried to use the 'distinct-values' function but it didn't work for some reason..
© Stack Overflow or respective owner