[jdom-interest] How to manipulate a very large XML file? Any suggestions?

New, Cecil (GEAE) cecil.new at ae.ge.com
Mon Feb 9 12:31:34 PST 2004


Your site didn't mention Apache's Xindice project.  I thought it supported
XQuery...

http://xml.apache.org/xindice/

Perhaps I'm mistaken?

-----Original Message-----
From: Jason Hunter [mailto:jhunter at servlets.com]
Sent: Monday, February 09, 2004 2:07 PM
To: Goswami, Raj
Cc: 'jdom-interest at jdom.org'
Subject: Re: [jdom-interest] How to manipulate a very large XML file?
Any suggestions?


I use XQuery.  The language lets you do amazing things with XML and if 
you can get the right implementation it can be extremely fast.  In my 
day job I'm able to quickly extract data from gigs of XML to produce 
reports.  This of course relies on an indexed engine (not just reading 
off the filesystem).

Here's a site I setup talking about XQuery.

   http://xquery.com

-jh-

Goswami, Raj wrote:

> Hi everyone,
> 
> I am not sure if this is the right forum to ask this question, but I
> realized that with so many XML experts in this forum, it can't hurt  :). I
> have a requirement where we need to convert a potentially very large XML
> file into a fixed format file and the order of conversion may not be
> sequential. Since the file size is large, DOM/JDOM doesn't help much and
> also, since we cannot process sequentially, SAX may not help. I am getting
> familiar with a new API called StAX. But I am not sure whether that helps
> either. 
> 
> Do you guys have any suggestions? How do commercial translation tools
handle
> the situation? Appreciate your thought.
> 
> Thanks,
> 
> _______________________________________________
> To control your jdom-interest membership:
>
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
> 
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com



More information about the jdom-interest mailing list