[jdom-interest] How to manipulate a very large XML file? Any
suggestions?
Jason Hunter
jhunter at servlets.com
Mon Feb 9 13:06:05 PST 2004
They stopped at XPath: "At the present time Xindice uses XPath for its
query language". It's too bad. There are a lot of open source engines
out right now. Qizx/open looks most compatible with the spec (based on
BumbleBee). None of the open source engines I've tried can really scale
though. I need to add some scalability tests to BumbleBee to quantify
these things.
-jh-
New, Cecil (GEAE) wrote:
> 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
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
>
More information about the jdom-interest
mailing list