How are you reading this XML file? If you're using DOM, you're not going to get this to work on 32-bits, ever. And on 64-bits, you're not going to want to do it without lots of RAM. If you're using ...
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at java.util.ArrayList.ensureCapacity(ArrayList.java:169) at java.util.ArrayList.add(ArrayList ...