On 6/29/06, Pedro Cộte-Real <pedrocr / gmail.com> wrote: > Seems great, but I couldn't install it. The gem threw a bunch of > errors when trying to compile. And it seems it only supports reading > from a file and not an IO or string. I'll have to look at the code. It does support reading from a string with #parse_string. I got it to install by changing extconf.rb. It was looking in /usr/include/libxml instead of /usr/include/libxml2. It's throwing some signdness warnings but it works fine otherwise. Pedro.