Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Large xml file

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Peter Taylor" <peter.taylor AT greenhat.com>
  • To: "XOM API for Processing XML with Java" <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Large xml file
  • Date: Wed, 23 Sep 2009 14:30:22 +0100

Advice on this really does depend on why you are splitting the xml.
However potentially you should be using:

http://stax.codehaus.org/Home

That is, streaming the xml file rather than using XOM, as it is an
in-memory implementation which is not going to scale to 'large' xml
files.

Regards,
Peter T




Archive powered by MHonArc 2.6.24.

Top of Page