I am on Ubuntu 6.10 as well, installed libxml as you proposed:
"gem install -r libxml-ruby"
~$ gem list --local | grep xml
libxml-ruby (0.3.8.4)
So version is 0.3.8.4
Your code runs without problems here.
xmlroot.child.each is available here, too
I don't think you need the
require 'xml/libxml_s
On 2/6/07, Thibault Martin-Lagardette <[EMAIL PROTECTED]> wrote:
> Hello all.
>
> As a PHP developer, I recently decided to get to know ruby, and
> wanted, as a beginning, to create a small ruby gmail client, like the
> python one.
>
> Working under Ubuntu 6.10, I installed ruby 1.8 via apt-get, an
Hello all.
As a PHP developer, I recently decided to get to know ruby, and
wanted, as a beginning, to create a small ruby gmail client, like the
python one.
Working under Ubuntu 6.10, I installed ruby 1.8 via apt-get, and then
RubyGems myself.
After beeing able to retrieve the XML atom feed from