RE: [xsl] attribute based sorting

Subject: RE: [xsl] attribute based sorting
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 29 Oct 2009 08:29:29 -0000
<xsl:sort select="COLUMN[@NAME='SALARY']" data-type="number"/>

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay  

> -----Original Message-----
> From: Anil Kumar Veeramalli [mailto:anil.v@xxxxxxxxxxxxxxxxxxxxx] 
> Sent: 29 October 2009 06:33
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] attribute based sorting 
> 
> Hi,
> 
> I wanted to sort based on salary. please suggest me on 
> this.can you give me some sample code.
> my sample xml file look like this
> <employee>
>     <COLUMN NAME="SALARY">95000</COLUMN>
>   </employee>
> with multiple employees.
> 
> I want to sort based on Salary attribute. instead of <column 
> name="salary">95000</column> this , <salary>1000</salary> 
> with this I am able to sort it out  like this <xsl:sort 
> select="salary" *data-type="number"*/>
> 
> 
> Please please help out on this.
> 
> Thanks,
> Anil

Current Thread