REPEAT: Sorting Problem with XSL

Subject: REPEAT: Sorting Problem with XSL
From: Anupam Gupta <anupam@xxxxxxxxxxx>
Date: Mon, 02 Aug 1999 13:33:05 -0700
 
Greetings All,

Q: Is numeric sorting possible with style sheets?

eg.
XML DOC

<Contact name = "anupam1" age = "22" salary = "5000"/>
<Contact name = "anupam2" age = "32" salary = "10000"/>
<Contact name = "anupam3" age = "42" salary = "700"/>
<Contact name = "anupam4" age = "25" salary = "23000"/>
<Contact name = "anupam5" age = "9" salary = "90"/>

Is sorting of this data possible on attribute salary??

Regards,
Anupam Gupta

Current Thread