-
Group items with same values together using XSLT. (1 messages)
- Posted by: Kashyap Shankhavara
- Posted on: February 28 2008 11:49 EST
Hi Group, For a particular assignment, I need to club together data with similar attribute(here, based on "group" segment). Input: 1 item-1<//name> 12.22 2 item-2<//name> 12.22 2 item-3<//name> 12.22 1 item-4<//name> 12.22 2 item-5<//name> 12.22 Output required: 1 item-1<//name> 12.22 1 item-4<//name> 12.22 2 item-2<//name> 12.22 2 item-3<//name> 12.22 2 item-5<//name> 12.22 Your replies will be highly appreciated. Regards / KashyapThreaded Messages (1)
- Re: Group items with same values together using XSLT. by Kashyap Shankhavara on February 28 2008 14:57 EST
-
Re: Group items with same values together using XSLT.[ Go to top ]
- Posted by: Kashyap Shankhavara
- Posted on: February 28 2008 14:57 EST
- in response to Kashyap Shankhavara
Thread is closed. Regards / Kashyap