Re: [xsl] multi level sorting method

Subject: Re: [xsl] multi level sorting method
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Sat, 06 Nov 2010 09:46:11 +0000
On 06/11/2010 06:04, ahamed meeran wrote:

Sorry, but I think you'll have to explain your problem more clearly. Perhaps show some real input with data in the records, and the output you want from it. It's also useful to explain how far you got with the problem and where you got stuck.

Michael Kay
Saxonica

Hi all

grouping with multi level sorting method.

my xml file:

<Classification><Classification>
<Area><Area>
<Customer><Customer>
<Street1><Street1>
<Street2><Street2>
<Street3><Street3>

First Classification wise
second Area wise
third Customer wise
then street 1 to 3
all sorting with alphabet

Regards,
Ahmed

Current Thread