I have a large XML document (50G+) to process. Loading this to normal dom (saxon) require more than 160G. Not that much RAM or swap space.
Is there any library that provides h a disk based DOM tree? Any thing for Java?
I have a large XML document (50G+) to process. Loading this to normal dom (saxon) require more than 160G. Not that much RAM or swap space.
Is there any library that provides h a disk based DOM tree? Any thing for Java?