[racket] Reading large XML files

From: Konrad Hinsen (konrad.hinsen at fastmail.net)
Date: Mon Oct 14 10:39:48 EDT 2013

Hi everyone,

I would like to read XML files into a Racket program, and these files
could well be very large (a few GB). After a quick look at the XML
library, it seems that read-xml always reads the entire file into
memory. I checked PLaneT for alternatives, but didn't find anything. So
I wonder if I overlooked something, since I can't believe I am the first
person to deal with large XML data.

Konrad.

Posted on the users mailing list.