# File lib/marc/xml_parsers.rb, line 54
    def each(&block)    
      @block = block
      @parser.parse(@handle)
    end