From: Trans Date: 2007-03-21T10:44:01+09:00 Subject: Re: libxml-ruby On Mar 20, 8:57 pm, "Mohammad Khan" wrote: > [beeplove@vpn ruby-agi-1.1.1]$ irb > irb(main):001:0> require 'rubygems' > => true > irb(main):002:0> require_gem 'libxml-ruby' <-- just initializes the library > => true require 'xml/libxml' <-- loads the lib T.