[jdom-interest] JDOM sort?

David Kavanagh dak at dotech.com
Tue Dec 3 13:45:53 PST 2002


Kevin,
I don't know of any ordering operators in XPath. Typically, you'd do 
something with XSLT for reorgainizing your XML, or you could look in the 
java.util classes. Look at java.util.Collections.sort(List, Comparator).

David

On 12/3/2002 4:40 PM, Kevin Rall wrote:

> I'm using the jaxen JDOMXPath.selectNodes() method to "query" an xml 
> document.  However, I want to sort the results alphabetically using 
> the text of a given "child" element.  Is this possible with JDOM, or 
> is my approach completely wrong?
>
>  
>
> Thanks in advance for any response.
>
>  
>
> Kevin  
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20021203/509e65ed/attachment.htm


More information about the jdom-interest mailing list