David Pollak wrote: > It is possible with a SAX parser in Java, but the SAX parser in rexml does > not include file/line information in the "PullEvent" as far as I can tell. > > I guess rexml is the only XML parser currently under development for ruby. > No, ruby-libxml is in development. I know because I am an active "talker" on the ruby-libxml mailing list. http://rubyforge.org/projects/libxml/ I switched from REXML to libxml because libxml is blazing fast. Zach