XSL Grouping Problem
        Posted  
        
            by Wail
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Wail
        
        
        
        Published on 2010-05-09T16:35:41Z
        Indexed on 
            2010/05/09
            16:38 UTC
        
        
        Read the original article
        Hit count: 325
        
grouping
I have the following xml and I an trying to perform the following
1- Group By the first Field where id="1923" if the value attribute is the same 2- and average all the fields with id="3095" using the value attribute 3- and average all the fields with id="3095" using the value attribute
Trying to produce the following:
Test 1 5.33 5.33 Test 2 3 4 Test 3 4 4
© Stack Overflow or respective owner