# File lib/edi4r.rb, line 332
    def root= (rt)
      super( rt )
      @header.root = rt if @header
      @trailer.root = rt if @trailer
    end