[racket] Reading large XML files
Neil Van Dyke writes:
 > Oleg Kiselyov's SSAX parser is one of the best XML parsers in any 
 > language, and can work like a ``fold''.  There are a few different 
 > packagings of it.  For documentation, you have to Google for Oleg's 
 > papers on SSAX and SXML.
Jay McCarthy writes:
 > I totally agree. The package is listed here:
 > 
 > http://pkgs.racket-lang.org/#[sxml]
Thanks to both of you! I had spotted sxml on Planet, but the
description didn't suggest that it's an XML parser, much less a good
one. I installed the package and put some documentation on my
e-book reader.
Konrad.