Stefan Tilkov's Random Stuff

REXML on Expat

Sam Ruby shows how to integrate Ruby’s REXML API with Expat. Interestingly, REXML is a pull API, while Expat is SAX-based — a difference Sam addresses via continuations. Very cool.

Comments