| Author |
How to print xml element in asc or desc order
|
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
Hello,
My Code:
This prints the output randomly. How can I control it to print elements in ascending or descending order?
Thanks & best regards
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16479
|
|
|
I would put the data into a suitable collection and sort it in whatever order you need. You have used a collection already, but perhaps you didn't choose the right collection (I don't see where you declare it). And you certainly didn't sort it.
|
 |
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
Dear Paul Clapham,
Thanks a lot. This has fixed my problem
Best regards
|
 |
 |
|
|
subject: How to print xml element in asc or desc order
|
|
|