On Fri, Nov 21, 2008 at 2:01 AM, Mikael Jansson <[EMAIL PROTECTED]> wrote: > Is there any way I can resolve this? I need to transform XML-fils up to 4GB.
just curious, which application produce such huge files? I have seen few log files as large as this. I think if you need to store huge amount of business data, you can opt for a relational/XML hybrid database (like DB2 with pureXML) [1]. With [1], you can store data in XML form (along side relational data) which makes good business sense. You can keep rest of data in row-column relational form. -- Regards, Mukul Gandhi