Sorting

Hi,

I 've to sort the records of below xml file based on sid,is there any build-in service for this.


60


20


100


30


10

Thanks,
Arjun

I do not think you have built in services for sorting of xml node. Try to write custom java service to accomplish the goal.

try this service

pub.document:sortDocument

Another option: [URL]wmusers.com

Thank you, I did not know this resource.
hope that helps rmkreddy

Thanks,it resolved now