[xsl] how to group nodes by id?

Subject: [xsl] how to group nodes by id?
From: Artur Matysiak <majffa@xxxxxxxxx>
Date: Mon, 2 Dec 2002 07:48:51 -0800 (PST)
 hi
 does anybody know how to convert the following XML:
 
 <elems>
 <elem id=1>
  <elem id=1/>
 </elem>
 <elem id=1>
  <elem id=2/>
 </elem>
 <elem id=2>
  <elem id=1/>
 </elem>
 <elem id=2>
  <elem id=2/>
 </elem>
 </elems>
 
 to the form
 
 <elems>
 <elem id=1>
  <elem id=1/>
  <elem id=2/>
 </elem>
 <elem id=2>
  <elem id=1/>
  <elem id=2/>
 </elem>
 </elems>
 
 thanks Artur
 

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread