# File lib/yadis/xrds.rb, line 38
  def initialize(xml_text)
    @xml_text = xml_text
    parse_xml(xml_text)
  end