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: "Michael Kay" <mike AT saxonica.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:42:51 +0100

> 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.

Use XQuery or XSLT. They will have sort routines that are much more highly
optimized than anything you are likely to write yourself.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay





Archive powered by MHonArc 2.6.24.

Top of Page