# File local.rb, line 131
  def initialize(xml)
     @body = REXML::Document.new(xml).root
     @results = Array.new
  end