[
Lists Home |
Date Index |
Thread Index
]
The range of database solutions specific to XML (suggested by Mike Champion)
grows larger if the documents aren't so large. It is sometimes possible
with XML databases to represent large documents such as product catalogs as
collection(s) of many little documents (each representing one product or
product group). Some of the XML-based solutions such as Apache Xindice work
well with this kind of document collection, but much less well with very
large documents.
Jeff
----- Original Message -----
From: "Thomas Lee" <ytlee@cecid.hku.hk>
To: "xml-dev" <xml-dev@lists.xml.org>
Sent: Thursday, October 10, 2002 6:43 PM
Subject: [xml-dev] Processing huge XML files
> Hi all,
>
> We need to process very large XML files (up to a few ten MB). So we
> can't process the whole file with DOM in memory. We are prepared to use
> SAX to parse a large XML file and store into our data structure in the
> disk (propietary data structure or RDBMS). We'll also provide a set of
> APIs for access the contents in the XML file. Now the XML content change
> is not required.
|