# File lib/flickr/base.rb, line 624
        def self.from_xml(xml)
                att = xml.attributes
                return Flickr::License.new(att['id'],att['name'],
                                att['url'])
        end