# File lib/elb/elb_interface.rb, line 325
            def tagstart(name, attributes)
#                puts 'tagstart ' + name + ' -- ' + @xmlpath
                if (name == 'member' && @xmlpath == 'DescribeInstanceHealthResponse/DescribeInstanceHealthResult/InstanceStates')
                    @member = { }
                end
            end