[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: attribute based sorting

Subject: Re: attribute based sorting
From: Michael Müller-Hillebrand <mmh@xxxxxxxxxxxxx>
Date: Thu, 29 Oct 2009 08:57:45 +0100
Re:  attribute based sorting
Am 29.10.2009 um 07:33 schrieb Anil Kumar Veeramalli:

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"*/>

I assume you process <employee> maybe in a xsl:for-each loop. The try:


<xsl:sort select="column/@salary" *data-type="number"*/>

- Michael

--
_______________________________________________________________
Michael M|ller-Hillebrand: Dokumentations-Technologie
Adobe Certified Expert, FrameMaker
Lvsungen und Training, FrameScript, XML/XSL, Unicode
Blog: http://cap-studio.de/ - Tel. +49 (9131) 28747

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.