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: "Razy, Elad" <elad.razy AT sap.com>
  • 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 13:47:14 +0200

See http://programmatica.blogspot.com/2006/12/sorting-xml-in-java.html

Thx,
Elad

-----Original Message-----
From: xom-interest-bounces AT lists.ibiblio.org
[mailto:xom-interest-bounces AT lists.ibiblio.org] On Behalf Of Elliotte Rusty
Harold
Sent: Thursday, October 15, 2009 1:31 PM
To: XOM API for Processing XML with Java
Subject: Re: [XOM-interest] XML order

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
_______________________________________________
XOM-interest mailing list
XOM-interest AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/xom-interest




Archive powered by MHonArc 2.6.24.

Top of Page