# File lib/eim_xml.rb, line 137
                def [](key)
                        if key.is_a?(Fixnum)
                                @contents[key]
                        else
                                @attributes[key.to_sym]
                        end
                end