Linebreaks won't help you.
You need to either process the file on a machine with more RAM, or use a SAX
parser.
What tools/language/platform are you using?
P@
On 10/20/06, SEM <adwo...@se-marketing.be> wrote:
Hi,
Currently we are facing the following issue, we receive an aprox. 800mb
large xml file from the google api, but can't parse it! Google returns
all of the xml data on _ONE_ line!
We've tried to split it, add linebreak... close, but no banana! Out of
memory!
Is there anyway to request google to add linebreaks in their xml or
maybe an even better solution?