- From: David Lee <dlee@c...>
- To: Simon Kågedal Reimer <skagedal@g...>, "Costello,Roger L." <costello@m...>
- Date: Thu, 12 Sep 2013 18:47:23 +0000
In my experience, ALL Large XML files are really collections of smaller files.
I have never seen a single XML document of any large size that isnt simply
<root>
<row> document 1 .... </row>
..... 10 bizillion times
</root>
This is actually a strength to the streaming API's which take advantage of the fact that large XML files are almost always processable
as individual items which are small.
Unless you need cross referencing between items. Then XSLT streaming wont save you and you need a database of some kind.
----------------------------------------
David A. Lee
dlee@c...
http://www.xmlsh.org
From: Simon Kågedal Reimer [mailto:skagedal@g...]
Sent: Thursday, September 12, 2013 2:44 PM
To: Costello, Roger L.
Cc: xml-dev@l...
Subject: Re: Got a huge XML document?
Hi,
On Thu, Sep 12, 2013 at 6:13 PM, Costello, Roger L. <costello@m...> wrote:
Got a huge XML document that you can share? The bigger, the better. A gigabyte sized XML document would be awesome.
How about 30 GB compressed XML?
http://planet.openstreetmap.org/
Looking forward to see this tutorial!
Regards,
Smon
|
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
|