[jdom-interest] Parsing an 16MB-XML-File
Andreas Lorenz
andreas.lorenz at isb-ka.de
Wed Jan 24 02:37:14 PST 2001
HI !
I've got a problem parsing an Xml - File that includes 16MB base64
encoded Binaries.
I use the SAXBuilder:
SAXBuilder builder = new SAXBuilder(true);
Document doc = builder.build(file);
While running the programm this Error message occurs:
java.lang.OutOfMemoryError
<<no stack trace available>>
Has anybody an idea ?
Thanks,
Andy
More information about the jdom-interest
mailing list