xsl-list
[Top] [All Lists]

Two-level grouping problem

2005-05-09 09:42:46
Im having a frustrating time getting multi-level
grouping to work as expected. Ive tried every variant
of the muenchian method I could think of and Im
probably missing something very basic that Im hoping
someone can point out. Listed below is sample xml/xsl
(simplified as much as possible from the actual
inputs.)

What Im aiming for is a unique list of mjr_desc and
mnr_desc attributes (nested) where the inner node
(mnr_desc) may repeat across mjr_desc nodes, like:

mjr_desc
-->mnr_desc
mjr_desc
-->mnr_desc


The first-level grouping works great. With the
second-level groups Im either all nodes or none. Any
help in pointing out what Im doing wrong is much
appreciated.

--Jeff

XML:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

XSL:
 
 
         
         

         
                 
                         
                         
                        
                         
                                 
                                   
                         
                 
         
 


mailto:atlstjohn(_at_)yahoo(_dot_)com
--I ride and I vote--


        
                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>