I am using XML in my project for data to be Insert/Update/Delete & Searching. currently i am using XPath for doing the above operations from my JAVA application.
How can i sort the data[ascending/descending] while reading from XML file using XPath.
Can anyone tell me the best way to full-fill this requirement. It's an urgent.