This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

REXML on Expat

Stefan Tilkov,

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.