|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






