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