# File lib/yadis/xrds.rb, line 13
  def last_xrd(root_element)
    REXML::XPath.match(root_element, '/xrdsns:XRDS/xrdns:XRD',
                       @@namespaces)[-1]
  end