Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XML order

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT ibiblio.org>
  • To: XOM API for Processing XML with Java <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] XML order
  • Date: Thu, 15 Oct 2009 07:31:28 -0400

On Thu, Oct 15, 2009 at 7:11 AM, Bruno Oliveira
<bruno.oliveira360 AT gmail.com> wrote:
> Hi,
> I need to sort a xml file by a specific attribute. What is the best approach
> to order xml files with xom? I need a approach with good performance ,
> because i need to order large xml files.
>

Write the code to do it. Use quicksort or mergesort.

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page