# File lib/fog/zerigo/parsers/dns/get_zone.rb, line 15
          def start_element(name, attrs = [])
            super(name, attrs)
            #look out for start of <hosts> section
            #needed as some of the tags have the same name as the parent <zone> section
            if name == 'hosts'
              @in_hosts= true
            end
          end