# File examples/dumpXML.rb, line 77
 def to_s
	    str = "#{@name}: "
	    @attrs.each { | k, v | str += "#{k}=\#{v}\" }
	    return str
	end