# File lib/flickr/base.rb, line 684 def self.from_xml(xml,flickr=nil) att = xml.attributes clean = xml.text return Flickr::Tag.new(flickr,att['id'],att['author'], att['raw'], clean) end