# File lib/facepricot.rb, line 80
    def initialize(xml)
      @doc = Hpricot.XML(xml)
      @raw_xml = xml
    end