# File lib/fog/xenserver.rb, line 15 def initialize(host) @factory = XMLRPC::Client.new(host, '/') @factory.set_parser(NokogiriStreamParser.new) end