Thread: large XML files
View Single Post
  #1 (permalink)  
Old 02-07-2010, 04:59 PM
Roedy Green
Guest
 
Posts: n/a
Default large XML files

It seems to me the usual XML tools in Java load the entire XML file
into RAM. Are there any tools that process sequentially, bringing in
only a chunk at a time so you could handle really fat files.
--
Roedy Green Canadian Mind Products
http://mindprod.com

Every compilable program in a sense works. The problem is with your unrealistic expections on what it will do.
Reply With Quote